[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170609.155209.1236904196625042254.davem@davemloft.net>
Date: Fri, 09 Jun 2017 15:52:09 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: Yuval.Mintz@...ium.com, Ariel.Elior@...ium.com,
everest-linux-l2@...ium.com, Manish.Chopra@...ium.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] qed: add qed_int_sb_init() stub function
From: Arnd Bergmann <arnd@...db.de>
Date: Fri, 9 Jun 2017 12:37:35 +0200
> When CONFIG_QED_SRIOV is disabled, we get a build error:
>
> drivers/net/ethernet/qlogic/qed/qed_int.c: In function 'qed_int_sb_init':
> drivers/net/ethernet/qlogic/qed/qed_int.c:1499:4: error: implicit declaration of function 'qed_vf_set_sb_info'; did you mean 'qed_mcp_get_resc_info'? [-Werror=implicit-function-declaration]
>
> All the other declarations have a 'static inline' stub as an alternative
> here, so this adds one more for qed_int_sb_init.
>
> Fixes: 50a207147fce ("qed: Hold a single array for SBs")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied, thank you.
Powered by blists - more mailing lists