Skip to content

Commit 2ab5eb4

Browse files
Michal Swiatkowskianguy11
authored andcommitted
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>
1 parent 413cf5d commit 2ab5eb4

File tree

4 files changed

+635
-639
lines changed

4 files changed

+635
-639
lines changed

drivers/net/ethernet/intel/ice/ice.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ static inline bool ice_is_adq_active(struct ice_pf *pf)
905905
return false;
906906
}
907907

908-
void ice_debugfs_fwlog_init(struct ice_fwlog *fwlog, struct dentry *root);
909908
int ice_debugfs_pf_init(struct ice_pf *pf);
910909
void ice_debugfs_pf_deinit(struct ice_pf *pf);
911910
void ice_debugfs_init(void);

0 commit comments

Comments
 (0)