media: cec: move cec_register_cec_notifier to cec-notifier.h
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 13 Jul 2017 07:07:23 +0000 (04:07 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 18 Jul 2017 16:00:01 +0000 (13:00 -0300)
commit5150418593015d280dab321da1fe3cea4ed3b693
treeec12fb18de4ac93ddc609b311a648885c22fed91
parent1d174e7573a2b847b3372dc88e1f14ac0d413caa
media: cec: move cec_register_cec_notifier to cec-notifier.h

The cec_register_cec_notifier function was in media/cec.h, but it
has to be in cec-notifier.h.

While we are at it, also document it and add a stub function for when
the notifier is disabled or the CEC core code is unreachable.

Based on an earlier patch from Jose Abreu <Jose.Abreu@synopsys.com>.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/cec-notifier.h
include/media/cec.h