[NET]: Remove FASTCALL macro
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 12 Dec 2007 18:46:51 +0000 (10:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:23 +0000 (14:57 -0800)
X86_32 was the last user of the FASTCALL macro, now that it
uses regparm(3) by default, this macro expands to nothing.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found