From abdd9539d16dd4950bdf21184d35e8b9646155d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 4 Aug 2019 11:10:31 +0200 Subject: [PATCH] brcm2708: fix warnings due to non-breaking space MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by ZWx4 on Github: https://github.com/openwrt/openwrt/commit/19226502bf6393706defe7f049c587b32c9b4f33#r34555799 Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/modules/sound.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm2708/modules/sound.mk b/target/linux/brcm2708/modules/sound.mk index 92946bd9c7..e70af01c46 100644 --- a/target/linux/brcm2708/modules/sound.mk +++ b/target/linux/brcm2708/modules/sound.mk @@ -530,7 +530,7 @@ define KernelPackage/sound-soc-hifiberry-dacplusadc-pro snd-soc-pcm512x snd-soc-pcm512x-i2c snd-soc-hifiberry-dacplusadcpro) DEPENDS:= \ kmod-sound-soc-bcm2835-i2s \ - +kmod-i2c-bcm2835 \ + +kmod-i2c-bcm2835 \ +kmod-regmap-i2c $(call AddDepends/sound) endef -- 2.30.2