diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 14:06:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 14:14:09 -0500 |
commit | ada795551aff6662d2322f63e55a853a58389eb5 (patch) | |
tree | dac7c02739a10a9f89aac8e155b0a55b284d3100 /drivers/media/usb/hdpvr | |
parent | fada1935590f66dc6784981e0d557ca09013c847 (diff) | |
download | blackbird-obmc-linux-ada795551aff6662d2322f63e55a853a58389eb5.tar.gz blackbird-obmc-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/Makefile | 4 |
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) |