]> git.baikalelectronics.ru Git - kernel.git/commit
staging: bcm2835-audio: remove incorrect include path
authorArnd Bergmann <arnd@arndb.de>
Wed, 1 Feb 2017 16:21:19 +0000 (17:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2017 12:01:32 +0000 (13:01 +0100)
commit77295a68f4eb0a5e1eeef52abc2d47ed922f3adb
tree817cfe2a3c6d7b9c3299462b433e30496c2757fa
parentac9698f9e282825202a9b30b995bf09ea2c066c3
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: a60b4a0060c1 ("staging: bcm2835-audio: initial staging submission")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm2835-audio/Makefile