RE: [PATCH v3 8/8] drivers: net: Mark function xenvif_count_frag_slots() as static in netback.c
From: Paul Durrant <hidden>
Date: 2013-12-20 09:39:01
Also in:
lkml
From: Paul Durrant <hidden>
Date: 2013-12-20 09:39:01
Also in:
lkml
-----Original Message----- From: netdev-owner@vger.kernel.org [mailto:netdev- owner@vger.kernel.org] On Behalf Of David Miller Sent: 19 December 2013 23:53 To: rashika.kheria@gmail.com Cc: Ian Campbell; Wei Liu; xen-devel@lists.xenproject.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; josh@joshtriplett.org Subject: Re: [PATCH v3 8/8] drivers: net: Mark function xenvif_count_frag_slots() as static in netback.c From: Rashika Kheria <redacted> Date: Thu, 19 Dec 2013 14:26:47 +0530quoted
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 previousprototype for ʽxenvif_count_frag_slotsʼ [-Wmissing-prototypes]quoted
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.
It won't apply to net-next. I removed that function in c/s ca2f09f2b2c6c25047cfc545d057c4edfcfe561c. Paul