mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
net/ice: Remove unused enum
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>
This commit is contained in:
parent
7b62483f64
commit
244714da8d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user