From: Shradha Shah Date: Wed, 8 Apr 2015 14:24:45 +0000 (+0100) Subject: sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and... X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92916f71a57582ce7276547510cedb2c10b6bd6;p=pandora-kernel.git sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon code By putting all the efx_{siena,ef10}_sriov_* declarations in {siena,ef10}_sriov.h, ensure they cannot be called from nic-generic code. Also fixes up an instance of this, where mcdi.c was calling efx_siena_sriov_flr. The single instance of netdev_ops should call general high level functions that can then call something adapter specific in efx_nic_type. We should only do adapter specialisation via efx_nic_type. Removal of sriov functionality from the Falcon code means that tests are needed for the presence of some callbacks. Signed-off-by: Shradha Shah Signed-off-by: David S. Miller --- Reading git-diff-tree failed