> -----Original Message----- > From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of David Miller > Sent: 19 December 2013 23:53 > To: [email protected] > Cc: Ian Campbell; Wei Liu; [email protected]; > [email protected]; [email protected]; > [email protected] > Subject: Re: [PATCH v3 8/8] drivers: net: Mark function > xenvif_count_frag_slots() as static in netback.c > > From: Rashika Kheria <[email protected]> > 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 <[email protected]> > > Reviewed-by: Josh Triplett <[email protected]> > > Acked-by: Ian Campbell <[email protected]> > > This patch doesn't apply cleanly to net-next, please respin. >
It won't apply to net-next. I removed that function in c/s ca2f09f2b2c6c25047cfc545d057c4edfcfe561c. Paul

