aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
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/dvb-frontends/cxd2880/cxd2880_top.c
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/dvb-frontends/cxd2880/cxd2880_top.c')
-rw-r--r--drivers/media/dvb-frontends/cxd2880/cxd2880_top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c b/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
index f109e9d98cc0..05360a11bea9 100644
--- a/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
+++ b/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
@@ -10,8 +10,8 @@
#include <linux/spi/spi.h>
-#include "dvb_frontend.h"
-#include "dvb_math.h"
+#include <media/dvb_frontend.h>
+#include <media/dvb_math.h>
#include "cxd2880.h"
#include "cxd2880_tnrdmd_mon.h"