summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/dvb-bt8xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-28 19:03:51 +0100
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-28 19:16:01 +0100
commitfada1935590f66dc6784981e0d557ca09013c847 (patch)
treefa25e193d115d7f5f5f751de64c3eac362d21085 /drivers/media/pci/bt8xx/dvb-bt8xx.h
parentmedia: dvb-core: get rid of mmap reserved field (diff)
downloadlinux-fada1935590f66dc6784981e0d557ca09013c847.tar.xz
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/pci/bt8xx/dvb-bt8xx.h')
-rw-r--r--drivers/media/pci/bt8xx/dvb-bt8xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/bt8xx/dvb-bt8xx.h b/drivers/media/pci/bt8xx/dvb-bt8xx.h
index 0ec538e23b4e..3184b3f3a85e 100644
--- a/drivers/media/pci/bt8xx/dvb-bt8xx.h
+++ b/drivers/media/pci/bt8xx/dvb-bt8xx.h
@@ -23,8 +23,8 @@
#include <linux/i2c.h>
#include <linux/mutex.h>
-#include "dvbdev.h"
-#include "dvb_net.h"
+#include <media/dvbdev.h>
+#include <media/dvb_net.h>
#include "bttv.h"
#include "mt352.h"
#include "sp887x.h"