From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schmitz Subject: Re: [PATCH 04/10] net: ax88796: Add block_input/output hooks to ax_plat_data Date: Wed, 18 Apr 2018 15:39:59 +1200 Message-ID: References: <1523916285-6057-5-git-send-email-schmitzmic@gmail.com> <201804180104.AHpJjbYg%fengguang.wu@intel.com> <20180418011901.GC22103@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20180418011901.GC22103@lunn.ch> Sender: netdev-owner@vger.kernel.org To: Andrew Lunn Cc: kbuild test robot , kbuild-all@01.org, netdev , Linux/m68k , Michael Karcher , Michael Karcher List-Id: linux-m68k@vger.kernel.org Hi Andrew, ax88796 includes it via linux/netdevice.h. mac-anubis.c doesn't. Michael Karcher's patches have added forward derclarations for struct netdevice and struct platform_data already - I'll add struct sk_buff as suggested by Finn. Cheers, Michael On Wed, Apr 18, 2018 at 1:19 PM, Andrew Lunn wrote: > On Wed, Apr 18, 2018 at 12:53:21PM +1200, Michael Schmitz wrote: >> I think this is a false positive - we're encouraged to provide the >> full parameter list for functions, so the sreuct sk_buff* can't be >> avoided. > > Hi Michael > > How is being included? > > You probably want to build using the .config file and see. > > Andrew