[NET]: Remove FASTCALL macro
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>
This commit is contained in:

committed by
David S. Miller

parent
8b7817f3a9
commit
41380930d2
@@ -252,8 +252,8 @@ static inline void rfcomm_dlc_put(struct rfcomm_dlc *d)
|
||||
rfcomm_dlc_free(d);
|
||||
}
|
||||
|
||||
extern void FASTCALL(__rfcomm_dlc_throttle(struct rfcomm_dlc *d));
|
||||
extern void FASTCALL(__rfcomm_dlc_unthrottle(struct rfcomm_dlc *d));
|
||||
extern void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
|
||||
extern void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
|
||||
|
||||
static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d)
|
||||
{
|
||||
|
Reference in New Issue
Block a user