mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
media: Clean stateless control includes
Avoid including h264-ctrls.h, vp8-ctrls.h, etc, and instead just include v4l2-ctrls.h which does the right thing. This is in preparation for moving the stateless controls out of staging, which will mean removing some of these headers. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Tested-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
35aaa6e650
commit
8917a5f61e
2 changed files with 2 additions and 4 deletions
|
@ -11,9 +11,7 @@
|
|||
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
#include <media/h264-ctrls.h>
|
||||
#include <media/mpeg2-ctrls.h>
|
||||
#include <media/vp8-ctrls.h>
|
||||
#include <media/v4l2-ctrls.h>
|
||||
#include <media/videobuf2-core.h>
|
||||
|
||||
#define DEC_8190_ALIGN_MASK 0x07U
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef _MEDIA_V4L2_H264_H
|
||||
#define _MEDIA_V4L2_H264_H
|
||||
|
||||
#include <media/h264-ctrls.h>
|
||||
#include <media/v4l2-ctrls.h>
|
||||
|
||||
/**
|
||||
* struct v4l2_h264_reflist_builder - Reference list builder object
|
||||
|
|
Loading…
Reference in a new issue