[PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Nov 10 04:41:23 PST 2023
Hello Arnd,
On Wed, Nov 08, 2023 at 01:58:25PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
>
> This function is defined globally in clocksource.c and used conditionally
> in clockevent.c, which the declaration hidden when clockevent support
s/which/with/ ?
> is disabled. This causes a harmless warning in the definition:
>
> kernel/time/clocksource.c:1324:9: warning: no previous prototype for 'sysfs_get_uname' [-Wmissing-prototypes]
> 1324 | ssize_t sysfs_get_uname(const char *buf, char *dst, size_t cnt)
>
> Move the declaration out of the #ifdef so it is always visible.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Other than that:
Reviewed-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20231110/83b3821c/attachment-0001.sig>
More information about the linux-mtd
mailing list