[Linux-parport] [PATCH 3/6] mtd: maps: sun_uflash: Declare uflash_devinit static
Randy Dunlap
rdunlap at infradead.org
Fri Feb 23 16:30:01 PST 2024
On 2/23/24 11:36, Sam Ravnborg via B4 Relay wrote:
> From: Sam Ravnborg <sam at ravnborg.org>
>
> This fixes the following warning:
> sun_uflash.c:50:5: error: no previous prototype for 'uflash_devinit'
>
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> Cc: Andreas Larsson <andreas at gaisler.com>
> Cc: "David S. Miller" <davem at davemloft.net>
Reviewed-by: Randy Dunlap <rdunlap at infradead.org>
Tested-by: Randy Dunlap <rdunlap at infradead.org> # build-tested
Thanks.
> ---
> drivers/mtd/maps/sun_uflash.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/maps/sun_uflash.c b/drivers/mtd/maps/sun_uflash.c
> index f58cfb15d6e8..b69dade3f7ad 100644
> --- a/drivers/mtd/maps/sun_uflash.c
> +++ b/drivers/mtd/maps/sun_uflash.c
> @@ -47,7 +47,7 @@ struct map_info uflash_map_templ = {
> .bankwidth = UFLASH_BUSWIDTH,
> };
>
> -int uflash_devinit(struct platform_device *op, struct device_node *dp)
> +static int uflash_devinit(struct platform_device *op, struct device_node *dp)
> {
> struct uflash_dev *up;
>
>
--
#Randy
More information about the Linux-parport
mailing list