linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: vc04_service: remove unused header include path
@ 2020-01-04 16:28 Masahiro Yamada
  2020-01-10 12:19 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2020-01-04 16:28 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Nicolas Saenz Julienne, bcm-kernel-feedback-list,
	Masahiro Yamada, devel, linux-arm-kernel, linux-kernel,
	linux-rpi-kernel

I can build drivers/staging/vc04_services without this.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 drivers/staging/vc04_services/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/Makefile b/drivers/staging/vc04_services/Makefile
index afe43fa5a6d7..54d9e2f31916 100644
--- a/drivers/staging/vc04_services/Makefile
+++ b/drivers/staging/vc04_services/Makefile
@@ -13,5 +13,5 @@ vchiq-objs := \
 obj-$(CONFIG_SND_BCM2835)	+= bcm2835-audio/
 obj-$(CONFIG_VIDEO_BCM2835)	+= bcm2835-camera/
 
-ccflags-y += -Idrivers/staging/vc04_services -D__VCCOREVER__=0x04000000
+ccflags-y += -D__VCCOREVER__=0x04000000
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-10 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 16:28 [PATCH] staging: vc04_service: remove unused header include path Masahiro Yamada
2020-01-10 12:19 ` Greg Kroah-Hartman
2020-01-10 13:47   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).