File tree 3 files changed +3
-4
lines changed
drivers/staging/vc04_services
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,3 @@ obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
15
15
obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-camera/
16
16
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/
17
17
18
- ccflags-y += -I $(srctree ) /$(src ) /include
19
-
Original file line number Diff line number Diff line change 10
10
#include <linux/kref.h>
11
11
#include <linux/rcupdate.h>
12
12
#include <linux/wait.h>
13
- #include <linux/raspberrypi/vchiq.h>
14
13
14
+ #include "../../include/linux/raspberrypi/vchiq.h"
15
15
#include "vchiq_cfg.h"
16
16
17
17
/* Do this so that we can test-build the code on non-rpi systems */
Original file line number Diff line number Diff line change 5
5
#define VCHIQ_IOCTLS_H
6
6
7
7
#include <linux/ioctl.h>
8
- #include <linux/raspberrypi/vchiq.h>
8
+
9
+ #include "../../include/linux/raspberrypi/vchiq.h"
9
10
10
11
#define VCHIQ_IOC_MAGIC 0xc4
11
12
#define VCHIQ_INVALID_HANDLE (~0)
You can’t perform that action at this time.
0 commit comments