]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net/ice: Remove unused enum
authorShiraz Saleem <shiraz.saleem@intel.com>
Wed, 24 Nov 2021 12:41:36 +0000 (06:41 -0600)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 30 Nov 2021 16:02:12 +0000 (08:02 -0800)
Remove ice_devlink_param_id enum as its not used.

Suggested-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_devlink.h

index faea757fcf5db5dcf5ae1412d916796d2b615c51..fe006d9946f8657180b6ce2d32610778537ee797 100644 (file)
@@ -4,10 +4,6 @@
 #ifndef _ICE_DEVLINK_H_
 #define _ICE_DEVLINK_H_
 
-enum ice_devlink_param_id {
-       ICE_DEVLINK_PARAM_ID_BASE = DEVLINK_PARAM_GENERIC_ID_MAX,
-};
-
 struct ice_pf *ice_allocate_pf(struct device *dev);
 
 void ice_devlink_register(struct ice_pf *pf);