diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 19:03:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-28 19:16:01 +0100 |
commit | fada1935590f66dc6784981e0d557ca09013c847 (patch) | |
tree | fa25e193d115d7f5f5f751de64c3eac362d21085 /drivers/media/common/b2c2/flexcop-common.h | |
parent | media: dvb-core: get rid of mmap reserved field (diff) | |
download | linux-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/common/b2c2/flexcop-common.h')
-rw-r--r-- | drivers/media/common/b2c2/flexcop-common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/common/b2c2/flexcop-common.h b/drivers/media/common/b2c2/flexcop-common.h index b7e5e4c17acb..f944c59cf495 100644 --- a/drivers/media/common/b2c2/flexcop-common.h +++ b/drivers/media/common/b2c2/flexcop-common.h @@ -13,10 +13,10 @@ #include "flexcop-reg.h" -#include "dmxdev.h" -#include "dvb_demux.h" -#include "dvb_net.h" -#include "dvb_frontend.h" +#include <media/dmxdev.h> +#include <media/dvb_demux.h> +#include <media/dvb_net.h> +#include <media/dvb_frontend.h> #define FC_MAX_FEED 256 |