diff options
author | Arnd Bergmann <[email protected]> | 2023-12-04 12:56:54 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-10 17:21:39 -0800 |
commit | 2657bc63d34ec0ca40244e7d1cfa78c742d905f2 (patch) | |
tree | 6e1b65e5c2bf731f202afa9264b430d44bb33a38 /arch/mips/kernel/signal_n32.c | |
parent | 09fc778e1b96539166e2745187310d266d2e4c29 (diff) |
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/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'arch/mips/kernel/signal_n32.c')
0 files changed, 0 insertions, 0 deletions