aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/or51211.c
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-12-28 13:03:51 -0500
committerGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-12-28 13:16:01 -0500
commitfada1935590f66dc6784981e0d557ca09013c847 (patch)
treefa25e193d115d7f5f5f751de64c3eac362d21085 /drivers/media/dvb-frontends/or51211.c
parentmedia: dvb-core: get rid of mmap reserved field (diff)
downloadlinux-fada1935590f66dc6784981e0d557ca09013c847.tar.gz
linux-fada1935590f66dc6784981e0d557ca09013c847.tar.bz2
linux-fada1935590f66dc6784981e0d557ca09013c847.zip
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/dvb-frontends/or51211.c')
-rw-r--r--drivers/media/dvb-frontends/or51211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/or51211.c b/drivers/media/dvb-frontends/or51211.c
index d14fa9736ae5..a1b7c301828f 100644
--- a/drivers/media/dvb-frontends/or51211.c
+++ b/drivers/media/dvb-frontends/or51211.c
@@ -36,8 +36,8 @@
#include <linux/slab.h>
#include <asm/byteorder.h>
-#include "dvb_math.h"
-#include "dvb_frontend.h"
+#include <media/dvb_math.h>
+#include <media/dvb_frontend.h>
#include "or51211.h"
static int debug;