diff options
author | Hans Verkuil <hansverk@cisco.com> | 2017-10-13 18:01:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2017-10-27 14:02:19 +0200 |
commit | 5bf24e08b685d862f1249987a6d3423b42989622 (patch) | |
tree | 22d587cd559685bf813da61873cc38e7716fe701 /drivers/media/cec/cec-api.c | |
parent | media: venus: reimplement decoder stop command (diff) | |
download | linux-5bf24e08b685d862f1249987a6d3423b42989622.tar.xz linux-5bf24e08b685d862f1249987a6d3423b42989622.zip |
media: cec-pin.h: move non-kAPI parts into cec-pin-priv.h
The kAPI cec-pin.h header also defined data structures that did
not belong here but were private to the CEC core code.
Split that part off into a cec-pin-priv.h header.
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/cec/cec-api.c')
-rw-r--r-- | drivers/media/cec/cec-api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/cec/cec-api.c b/drivers/media/cec/cec-api.c index 465bb3ec21f6..3dba3aa34a43 100644 --- a/drivers/media/cec/cec-api.c +++ b/drivers/media/cec/cec-api.c @@ -32,6 +32,7 @@ #include <media/cec-pin.h> #include "cec-priv.h" +#include "cec-pin-priv.h" static inline struct cec_devnode *cec_devnode_data(struct file *filp) { |