aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-5.10
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-09-20 17:31:48 -0300
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-20 21:08:25 +0100
commit617fcd4879a7c71810648a2c398e0057ee1073bb (patch)
tree330b2bd8a81423e18190f35d179795436e05963f /target/linux/ramips/patches-5.10
parenta4c3b6373c1331c38567e332e333ac57620634ff (diff)
downloadupstream-617fcd4879a7c71810648a2c398e0057ee1073bb.tar.gz
upstream-617fcd4879a7c71810648a2c398e0057ee1073bb.tar.bz2
upstream-617fcd4879a7c71810648a2c398e0057ee1073bb.zip
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 <cotequeiroz@gmail.com>
Diffstat (limited to 'target/linux/ramips/patches-5.10')
-rw-r--r--target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch b/target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch
index 255c8d751a..680b678168 100644
--- a/target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch
+++ b/target/linux/ramips/patches-5.10/835-asoc-add-mt7620-support.patch
@@ -738,7 +738,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ 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