We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5395fb3 commit 74d5eb7Copy full SHA for 74d5eb7
drivers/staging/vc04_services/vchiq-mmal/Makefile
@@ -2,7 +2,3 @@
2
bcm2835-mmal-vchiq-objs := mmal-vchiq.o
3
4
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
5
-
6
-ccflags-y += \
7
- -I$(srctree)/$(src)/.. \
8
- -I$(srctree)/$(src)/../include
drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
@@ -23,9 +23,9 @@
23
#include <linux/slab.h>
24
#include <linux/completion.h>
25
#include <linux/vmalloc.h>
26
-#include <linux/raspberrypi/vchiq.h>
27
#include <media/videobuf2-vmalloc.h>
28
+#include "../include/linux/raspberrypi/vchiq.h"
29
#include "mmal-common.h"
30
#include "mmal-vchiq.h"
31
#include "mmal-msg.h"
0 commit comments