remove final fastcall users
fastcall always expands to empty, remove it. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
fbf6bfca76
commit
b5606c2d44
@@ -465,7 +465,7 @@ int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb)
|
||||
return len;
|
||||
}
|
||||
|
||||
void fastcall __rfcomm_dlc_throttle(struct rfcomm_dlc *d)
|
||||
void __rfcomm_dlc_throttle(struct rfcomm_dlc *d)
|
||||
{
|
||||
BT_DBG("dlc %p state %ld", d, d->state);
|
||||
|
||||
@@ -476,7 +476,7 @@ void fastcall __rfcomm_dlc_throttle(struct rfcomm_dlc *d)
|
||||
rfcomm_schedule(RFCOMM_SCHED_TX);
|
||||
}
|
||||
|
||||
void fastcall __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
|
||||
void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
|
||||
{
|
||||
BT_DBG("dlc %p state %ld", d, d->state);
|
||||
|
||||
|
Reference in New Issue
Block a user