diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 13:03:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 13:16:01 -0500 |
commit | fada1935590f66dc6784981e0d557ca09013c847 (patch) | |
tree | fa25e193d115d7f5f5f751de64c3eac362d21085 /drivers/media/usb/em28xx | |
parent | a114a585be4f3173fe454921a0918fb7e71633b0 (diff) | |
download | op-kernel-dev-fada1935590f66dc6784981e0d557ca09013c847.zip op-kernel-dev-fada1935590f66dc6784981e0d557ca09013c847.tar.gz |
media: move dvb kAPI headers to include/media
Except for DVB, all media kAPI headers are at include/media.
Move the headers to it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/em28xx')
-rw-r--r-- | drivers/media/usb/em28xx/Makefile | 1 | ||||
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-dvb.c | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/usb/em28xx/Makefile b/drivers/media/usb/em28xx/Makefile index 86bfc35..c3d3570 100644 --- a/drivers/media/usb/em28xx/Makefile +++ b/drivers/media/usb/em28xx/Makefile @@ -13,5 +13,4 @@ obj-$(CONFIG_VIDEO_EM28XX_RC) += em28xx-rc.o ccflags-y += -Idrivers/media/i2c ccflags-y += -Idrivers/media/tuners -ccflags-y += -Idrivers/media/dvb-core ccflags-y += -Idrivers/media/dvb-frontends diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c index c4abf51..8a81c94 100644 --- a/drivers/media/usb/em28xx/em28xx-dvb.c +++ b/drivers/media/usb/em28xx/em28xx-dvb.c @@ -28,9 +28,9 @@ #include <linux/usb.h> #include <media/v4l2-common.h> -#include <dvb_demux.h> -#include <dvb_net.h> -#include <dmxdev.h> +#include <media/dvb_demux.h> +#include <media/dvb_net.h> +#include <media/dmxdev.h> #include <media/tuner.h> #include "tuner-simple.h" #include <linux/gpio.h> |