media: cxd2880: Makefile: remove an include

It is not needed anymore to include the dvb-core directory,
as all the public headers that used to be there was moved
to include/media.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2018-03-07 04:58:49 -05:00
parent 9dbaad428d
commit e61591875b
1 changed files with 0 additions and 1 deletions

View File

@ -15,5 +15,4 @@ cxd2880-objs := cxd2880_common.o \
obj-$(CONFIG_DVB_CXD2880) += cxd2880.o
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends