forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/soc/fsl/fsl_ssi.h
....@@ -270,7 +270,6 @@
270270
271271 struct fsl_ssi_dbg {
272272 struct dentry *dbg_dir;
273
- struct dentry *dbg_stats;
274273
275274 struct {
276275 unsigned int rfrc;
....@@ -299,7 +298,7 @@
299298
300299 void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *ssi_dbg, u32 sisr);
301300
302
-int fsl_ssi_debugfs_create(struct fsl_ssi_dbg *ssi_dbg, struct device *dev);
301
+void fsl_ssi_debugfs_create(struct fsl_ssi_dbg *ssi_dbg, struct device *dev);
303302
304303 void fsl_ssi_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg);
305304
....@@ -312,10 +311,9 @@
312311 {
313312 }
314313
315
-static inline int fsl_ssi_debugfs_create(struct fsl_ssi_dbg *ssi_dbg,
316
- struct device *dev)
314
+static inline void fsl_ssi_debugfs_create(struct fsl_ssi_dbg *ssi_dbg,
315
+ struct device *dev)
317316 {
318
- return 0;
319317 }
320318
321319 static inline void fsl_ssi_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg)