aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/spi
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-07 05:02:37 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-07 05:02:37 -0500
commit7cbc3013f60dbc22955645443855c8f092d3c534 (patch)
tree0c74ab400560b525249f89326139e106331f4d18 /drivers/media/spi
parentmedia: cxd2880: Add DVB-T2 monitor functions (diff)
downloadwireguard-linux-7cbc3013f60dbc22955645443855c8f092d3c534.tar.xz
wireguard-linux-7cbc3013f60dbc22955645443855c8f092d3c534.zip
media: cxd2880: Fix location of DVB headers
Fix a trivial conflict, where the location of DVB headers got moved. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/spi')
-rw-r--r--drivers/media/spi/cxd2880-spi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/spi/cxd2880-spi.c b/drivers/media/spi/cxd2880-spi.c
index 857e4c0d7a92..4df3bd312f48 100644
--- a/drivers/media/spi/cxd2880-spi.c
+++ b/drivers/media/spi/cxd2880-spi.c
@@ -12,9 +12,9 @@
#include <linux/spi/spi.h>
#include <linux/ktime.h>
-#include "dvb_demux.h"
-#include "dmxdev.h"
-#include "dvb_frontend.h"
+#include <media/dvb_demux.h>
+#include <media/dmxdev.h>
+#include <media/dvb_frontend.h>
#include "cxd2880.h"
#define CXD2880_MAX_FILTER_SIZE 32