commit | 5150418593015d280dab321da1fe3cea4ed3b693 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Thu Jul 13 04:07:23 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jul 18 13:00:01 2017 -0300 |
tree | ec12fb18de4ac93ddc609b311a648885c22fed91 | |
parent | 1d174e7573a2b847b3372dc88e1f14ac0d413caa [diff] |
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>