Skip to content
Commit d8c596bc authored by Kieran Bingham's avatar Kieran Bingham Committed by Phil Elwell
Browse files

media: bcm2835: unicam: Reduce scope of local function



unicam_start_rx() is not used outside of the unicam module.  Its current
definition produces a compiler warning, that no function prototype
exists.

As the function is only used within the local scope of the module,
convert it to a static function.

Signed-off-by: default avatarKieran Bingham <kieran.bingham@ideasonboard.com>
parent 964d2891
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment