Browse Source

ramips: fix ralink_i2s_debugfs_remove declaration

Correct ralink_i2s_debugfs_remove declaration in ralink patches when
CONFIG_DEBUG_FS is not selected.

Signed-off-by: Eneas U de Queiroz <[email protected]>
Eneas U de Queiroz 4 years ago
parent
commit
617fcd4879

+ 1 - 1
target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch

@@ -738,7 +738,7 @@ Signed-off-by: John Crispin <[email protected]>
 +	return 0;
 +}
 +
-+static inline void ralink_i2s_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg)
++static inline void ralink_i2s_debugfs_remove(struct ralink_i2s *i2s)
 +{
 +}
 +#endif

+ 1 - 1
target/linux/ramips/patches-5.4/0048-asoc-add-mt7620-support.patch

@@ -738,7 +738,7 @@ Signed-off-by: John Crispin <[email protected]>
 +	return 0;
 +}
 +
-+static inline void ralink_i2s_debugfs_remove(struct fsl_ssi_dbg *ssi_dbg)
++static inline void ralink_i2s_debugfs_remove(struct ralink_i2s *i2s)
 +{
 +}
 +#endif