aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/hdpvr
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-28 14:06:30 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-28 14:14:09 -0500
commitada795551aff6662d2322f63e55a853a58389eb5 (patch)
treedac7c02739a10a9f89aac8e155b0a55b284d3100 /drivers/media/usb/hdpvr
parentmedia: move dvb kAPI headers to include/media (diff)
downloadwireguard-linux-ada795551aff6662d2322f63e55a853a58389eb5.tar.xz
wireguard-linux-ada795551aff6662d2322f63e55a853a58389eb5.zip
media: don't include drivers/media/i2c at cflags
Most of the I2C headers got moved a long time ago to include/media/i2c. Stop including them at the patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/hdpvr')
-rw-r--r--drivers/media/usb/hdpvr/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/usb/hdpvr/Makefile b/drivers/media/usb/hdpvr/Makefile
index 9b8d1463c526..644dd99ffce3 100644
--- a/drivers/media/usb/hdpvr/Makefile
+++ b/drivers/media/usb/hdpvr/Makefile
@@ -1,7 +1,3 @@
hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o
obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o
-
-ccflags-y += -Idrivers/media/i2c
-
-ccflags-y += $(extra-cflags-y) $(extra-cflags-m)