media: exynos4-is: Fix compile warning
authorKwanghoon Son <k.son@samsung.com>
Wed, 27 Apr 2022 01:16:45 +0000 (03:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:20:56 +0000 (10:20 +0200)
commit86c02171bded33534e418c66320dfd930fda62b3
treefb4a3004be1327c8e1bf2207f1416dce843dbaff
parentabb5594ae2ba7b82cce85917cc6337ec5d774837
media: exynos4-is: Fix compile warning

[ Upstream commit e080f5c1f2b6d02c02ee5d674e0e392ccf63bbaf ]

Declare static on function 'fimc_isp_video_device_unregister'.

When VIDEO_EXYNOS4_ISP_DMA_CAPTURE=n, compiler warns about
warning: no previous prototype for function [-Wmissing-prototypes]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/platform/exynos4-is/fimc-isp-video.h