summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm2835-audio
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-01 17:21:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-02 13:01:32 +0100
commitfe822dc6c12b1e3be3e820d088d431b55d57693b (patch)
tree817cfe2a3c6d7b9c3299462b433e30496c2757fa /drivers/staging/bcm2835-audio
parent3ad13763b5f4db9b8310ebd857136479c94413e5 (diff)
downloadop-kernel-dev-fe822dc6c12b1e3be3e820d088d431b55d57693b.zip
op-kernel-dev-fe822dc6c12b1e3be3e820d088d431b55d57693b.tar.gz
staging: bcm2835-audio: remove incorrect include path
The driver introduces a new instance of the missing-include-dirs warning that is enabled at the "make W=1" level but has no other output: cc1: error: /git/arm-soc/drivers/staging/vc04_services/interface/vcos/linuxkernel: No such file or directory [-Werror=missing-include-dirs] In order to let us enable the warning by default in the future, we should just remove the incorrect argument here. Fixes: 23b028c871e1 ("staging: bcm2835-audio: initial staging submission") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm2835-audio')
-rw-r--r--drivers/staging/bcm2835-audio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm2835-audio/Makefile b/drivers/staging/bcm2835-audio/Makefile
index d2719e2..d7b88d1 100644
--- a/drivers/staging/bcm2835-audio/Makefile
+++ b/drivers/staging/bcm2835-audio/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
-ccflags-y += -Idrivers/staging/vc04_services -Idrivers/staging/vc04_services/interface/vcos/linuxkernel -D__VCCOREVER__=0x04000000
+ccflags-y += -Idrivers/staging/vc04_services -D__VCCOREVER__=0x04000000
OpenPOWER on IntegriCloud