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
@ -2143,7 +2143,7 @@ static int process_backlog(struct napi_struct *napi, int quota)
|
||||
*
|
||||
* The entry's receive function will be scheduled to run
|
||||
*/
|
||||
void fastcall __napi_schedule(struct napi_struct *n)
|
||||
void __napi_schedule(struct napi_struct *n)
|
||||
{
|
||||
unsigned long flags;
|
||||
|
||||
|
Reference in New Issue
Block a user