Re: [PATCH v3] ARM: s3c24xx: drop s3c-camif setup platform code

From: Krzysztof Kozlowski
Date: Wed Aug 19 2020 - 14:14:10 EST


On Mon, Aug 17, 2020 at 06:48:36PM +0200, Krzysztof Kozlowski wrote:
> The s3c-camif driver setup platform code does not have any users so it
> can be safely removed.
>
> Along with the code W=1 compile warnings go away:
>
> arch/arm/mach-s3c24xx/setup-camif.c:28:5: warning: no previous prototype for 's3c_camif_gpio_get' [-Wmissing-prototypes]
> arch/arm/mach-s3c24xx/setup-camif.c:56:6: warning: no previous prototype for 's3c_camif_gpio_put' [-Wmissing-prototypes]
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---

Applied to samsung-soc for S3C cleanup.

Best regards,
Krzysztof