Skip to content
Commit 298b72cf 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 e00b1e30
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment