mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[media] s5p-mfc: declare s5p_mfc_bus_reset as static
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c:132:5: warning: no previous prototype for 's5p_mfc_bus_reset' [-Wmissing-prototypes] int s5p_mfc_bus_reset(struct s5p_mfc_dev *dev) ^ Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
09accdad0d
commit
5932f74a11
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ int s5p_mfc_release_firmware(struct s5p_mfc_dev *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int s5p_mfc_bus_reset(struct s5p_mfc_dev *dev)
|
||||
static int s5p_mfc_bus_reset(struct s5p_mfc_dev *dev)
|
||||
{
|
||||
unsigned int status;
|
||||
unsigned long timeout;
|
||||
|
|
Loading…
Add table
Reference in a new issue