mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
ice: rename devlink_port.[ch] to port.[ch]
Drop "devlink_" prefix from files that sit in devlink/. I'm going to add more files there, and repeating "devlink" does not feel good. This is also the scheme used in most other places, most notably the devlink core files are named like that. devlink.[ch] stays as is. Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
3dbfde7f6b
commit
2846fe5614
|
|
@ -32,7 +32,7 @@ ice-y := ice_main.o \
|
|||
ice_parser_rt.o \
|
||||
ice_idc.o \
|
||||
devlink/devlink.o \
|
||||
devlink/devlink_port.o \
|
||||
devlink/port.o \
|
||||
ice_sf_eth.o \
|
||||
ice_sf_vsi_vlan_ops.o \
|
||||
ice_ddp.o \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "ice.h"
|
||||
#include "ice_lib.h"
|
||||
#include "devlink.h"
|
||||
#include "devlink_port.h"
|
||||
#include "port.h"
|
||||
#include "ice_eswitch.h"
|
||||
#include "ice_fw_update.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "ice.h"
|
||||
#include "devlink.h"
|
||||
#include "devlink_port.h"
|
||||
#include "port.h"
|
||||
#include "ice_lib.h"
|
||||
#include "ice_fltr.h"
|
||||
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
#define _ICE_ESWITCH_H_
|
||||
|
||||
#include <net/devlink.h>
|
||||
#include "devlink/devlink_port.h"
|
||||
#include "devlink/port.h"
|
||||
|
||||
#ifdef CONFIG_ICE_SWITCHDEV
|
||||
void ice_eswitch_detach_vf(struct ice_pf *pf, struct ice_vf *vf);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include "ice_dcb_lib.h"
|
||||
#include "ice_dcb_nl.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "devlink/devlink_port.h"
|
||||
#include "devlink/port.h"
|
||||
#include "ice_sf_eth.h"
|
||||
#include "ice_hwmon.h"
|
||||
/* Including ice_trace.h with CREATE_TRACE_POINTS defined will generate the
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include "ice.h"
|
||||
#include "ice_eswitch.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "devlink/devlink_port.h"
|
||||
#include "devlink/port.h"
|
||||
#include "ice_sriov.h"
|
||||
#include "ice_tc_lib.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
#include "ice_txrx.h"
|
||||
#include "ice_fltr.h"
|
||||
#include "ice_sf_eth.h"
|
||||
#include "devlink/devlink_port.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "devlink/port.h"
|
||||
|
||||
static const struct net_device_ops ice_sf_netdev_ops = {
|
||||
.ndo_open = ice_open,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user