.. | .. |
---|
270 | 270 | |
---|
271 | 271 | struct fsl_ssi_dbg { |
---|
272 | 272 | struct dentry *dbg_dir; |
---|
273 | | - struct dentry *dbg_stats; |
---|
274 | 273 | |
---|
275 | 274 | struct { |
---|
276 | 275 | unsigned int rfrc; |
---|
.. | .. |
---|
299 | 298 | |
---|
300 | 299 | void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *ssi_dbg, u32 sisr); |
---|
301 | 300 | |
---|
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); |
---|
303 | 302 | |
---|
304 | 303 | void fsl_ssi_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg); |
---|
305 | 304 | |
---|
.. | .. |
---|
312 | 311 | { |
---|
313 | 312 | } |
---|
314 | 313 | |
---|
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) |
---|
317 | 316 | { |
---|
318 | | - return 0; |
---|
319 | 317 | } |
---|
320 | 318 | |
---|
321 | 319 | static inline void fsl_ssi_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg) |
---|