aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-pin.c
diff options
context:
space:
mode:
authorHans Verkuil <hansverk@cisco.com>2017-10-13 18:01:32 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-27 14:02:19 +0200
commit5bf24e08b685d862f1249987a6d3423b42989622 (patch)
tree22d587cd559685bf813da61873cc38e7716fe701 /drivers/media/cec/cec-pin.c
parentmedia: venus: reimplement decoder stop command (diff)
downloadlinux-dev-5bf24e08b685d862f1249987a6d3423b42989622.tar.xz
linux-dev-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-pin.c')
-rw-r--r--drivers/media/cec/cec-pin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/cec/cec-pin.c b/drivers/media/cec/cec-pin.c
index e2aa5d6e619d..a4c881dc81c4 100644
--- a/drivers/media/cec/cec-pin.c
+++ b/drivers/media/cec/cec-pin.c
@@ -20,6 +20,7 @@
#include <linux/sched/types.h>
#include <media/cec-pin.h>
+#include "cec-pin-priv.h"
/* All timings are in microseconds */