diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 22:06:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 22:14:09 +0300 |
commit | ada795551aff6662d2322f63e55a853a58389eb5 (patch) | |
tree | dac7c02739a10a9f89aac8e155b0a55b284d3100 /drivers/media/pci/cx88 | |
parent | fada1935590f66dc6784981e0d557ca09013c847 (diff) | |
download | linux-ada795551aff6662d2322f63e55a853a58389eb5.tar.xz |
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/pci/cx88')
-rw-r--r-- | drivers/media/pci/cx88/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/pci/cx88/Makefile b/drivers/media/pci/cx88/Makefile index dea0e7ac32e8..d0f45d652d6e 100644 --- a/drivers/media/pci/cx88/Makefile +++ b/drivers/media/pci/cx88/Makefile @@ -10,7 +10,5 @@ obj-$(CONFIG_VIDEO_CX88_ALSA) += cx88-alsa.o obj-$(CONFIG_VIDEO_CX88_BLACKBIRD) += cx88-blackbird.o obj-$(CONFIG_VIDEO_CX88_DVB) += cx88-dvb.o obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o - -ccflags-y += -Idrivers/media/i2c ccflags-y += -Idrivers/media/tuners ccflags-y += -Idrivers/media/dvb-frontends |