Commit 244714da authored by Shiraz Saleem's avatar Shiraz Saleem Committed by Tony Nguyen

net/ice: Remove unused enum

Remove ice_devlink_param_id enum as its not used.
Suggested-by: default avatarParav Pandit <parav@nvidia.com>
Signed-off-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent 7b62483f
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
#ifndef _ICE_DEVLINK_H_ #ifndef _ICE_DEVLINK_H_
#define _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); struct ice_pf *ice_allocate_pf(struct device *dev);
void ice_devlink_register(struct ice_pf *pf); void ice_devlink_register(struct ice_pf *pf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment