diff options
| author | Michal Swiatkowski <michal.swiatkowski@linux.intel.com> | 2025-08-12 06:23:32 +0200 |
|---|---|---|
| committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2025-09-11 12:10:31 -0700 |
| commit | 2ab5eb4bf7b6c50e5ab346cd11de3d851dfd7ae6 (patch) | |
| tree | 756bd8f1937e8e9f360eda2e1e7fa8552a946f5d /drivers/net/ethernet/intel/ice/ice.h | |
| parent | libie, ice: move fwlog admin queue to libie (diff) | |
| download | linux-2ab5eb4bf7b6c50e5ab346cd11de3d851dfd7ae6.tar.gz linux-2ab5eb4bf7b6c50e5ab346cd11de3d851dfd7ae6.zip | |
ice: move debugfs code to fwlog
This code is only used in fwlog. Moved it there for easier lib creation.
There is a circular dependency between debugfs and fwlog. Moving to one
file is fixing it.
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h index 9ed4197ee7bc..d35eb6404524 100644 --- a/drivers/net/ethernet/intel/ice/ice.h +++ b/drivers/net/ethernet/intel/ice/ice.h @@ -905,7 +905,6 @@ static inline bool ice_is_adq_active(struct ice_pf *pf) return false; } -void ice_debugfs_fwlog_init(struct ice_fwlog *fwlog, struct dentry *root); int ice_debugfs_pf_init(struct ice_pf *pf); void ice_debugfs_pf_deinit(struct ice_pf *pf); void ice_debugfs_init(void); |
