Home
last modified time | relevance | path

Searched hist:"2657 bc63d34ec0ca40244e7d1cfa78c742d905f2" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/mips/
H A Drs780e-acpi.cdiff 2657bc63d34ec0ca40244e7d1cfa78c742d905f2 Mon Dec 04 12:56:54 CET 2023 Arnd Bergmann <arnd@arndb.de> mips: rs870e: stop exporting local functions

These four functions are exported, but don't have any users, and no
prototypes, which now causes warnings:

drivers/platform/mips/rs780e-acpi.c:35:6: error: no previous prototype for 'pm_iowrite' [-Werror=missing-prototypes]
drivers/platform/mips/rs780e-acpi.c:41:4: error: no previous prototype for 'pm_ioread' [-Werror=missing-prototypes]
drivers/platform/mips/rs780e-acpi.c:47:6: error: no previous prototype for 'pm2_iowrite' [-Werror=missing-prototypes]
drivers/platform/mips/rs780e-acpi.c:53:4: error: no previous prototype for 'pm2_ioread' [-Werror=missing-prototypes]

Link: https://lkml.kernel.org/r/20231204115710.2247097-5-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Stephen Rothwell <sfr@rothwell.id.au>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>