Re: [PATCH v3 8/8] drivers: net: Mark function xenvif_count_frag_slots() as static in netback.c
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:55
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:55
Also in:
lkml
From: Rashika Kheria <redacted> Date: Thu, 19 Dec 2013 14:26:47 +0530
This patch marks the function xenvif_count_frag_slots() in netback.c as static because they are not used outside this file. Thus, it also removes the following warning in xen-netback/netback.c: drivers/net/xen-netback/netback.c:218:14: warning: no previous prototype for ‘xenvif_count_frag_slots’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <redacted> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Acked-by: Ian Campbell <redacted>
This patch doesn't apply cleanly to net-next, please respin. Thanks.