mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
ice: move ice_devlink.[ch] to devlink folder
Only moving whole files, fixing Makefile and bunch of includes. Some changes to ice_devlink file was done even in representor part (Tx topology), so keep it as final patch to not mess up with rebasing. After moving to devlink folder there is no need to have such long name for these files. Rename them to simple devlink. Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com> Reviewed-by: Simon Horman <horms@kernel.org> Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
committed by
Tony Nguyen
parent
e6893962ef
commit
0545cc8676
@@ -5,6 +5,7 @@
|
||||
# Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
|
||||
#
|
||||
|
||||
subdir-ccflags-y += -I$(src)
|
||||
obj-$(CONFIG_ICE) += ice.o
|
||||
|
||||
ice-y := ice_main.o \
|
||||
@@ -28,7 +29,7 @@ ice-y := ice_main.o \
|
||||
ice_flex_pipe.o \
|
||||
ice_flow.o \
|
||||
ice_idc.o \
|
||||
ice_devlink.o \
|
||||
devlink/devlink.o \
|
||||
ice_ddp.o \
|
||||
ice_fw_update.o \
|
||||
ice_lag.o \
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "ice.h"
|
||||
#include "ice_lib.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink.h"
|
||||
#include "ice_eswitch.h"
|
||||
#include "ice_fw_update.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "ice_dcb_lib.h"
|
||||
#include "ice_dcb_nl.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink/devlink.h"
|
||||
|
||||
/**
|
||||
* ice_dcb_get_ena_tc - return bitmap of enabled TCs
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "ice_eswitch_br.h"
|
||||
#include "ice_fltr.h"
|
||||
#include "ice_repr.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "ice_tc_lib.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "ice_lib.h"
|
||||
#include "ice_fltr.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "ice_vsi_vlan_ops.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "ice_fltr.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
#include "ice_dcb_nl.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "ice_hwmon.h"
|
||||
/* Including ice_trace.h with CREATE_TRACE_POINTS defined will generate the
|
||||
* ice tracepoint functions. This must be done exactly once across the
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "ice.h"
|
||||
#include "ice_eswitch.h"
|
||||
#include "ice_devlink.h"
|
||||
#include "devlink/devlink.h"
|
||||
#include "ice_sriov.h"
|
||||
#include "ice_tc_lib.h"
|
||||
#include "ice_dcb_lib.h"
|
||||
|
||||
Reference in New Issue
Block a user