summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorFinn Thain <fthain@linux-m68k.org>2022-03-21 20:28:00 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2022-11-24 23:12:17 +1100
commit27f9690a81d7acf185b78be8d03d4b3a243116b1 (patch)
treef5c73d84f1ac38f2cc03874ccadf3168e293218c /kernel
parentfc21ed8f26d980428f9b4e08e0fb72c7f7ffc9b8 (diff)
downloadlinux-27f9690a81d7acf185b78be8d03d4b3a243116b1.tar.gz
linux-27f9690a81d7acf185b78be8d03d4b3a243116b1.tar.bz2
linux-27f9690a81d7acf185b78be8d03d4b3a243116b1.zip
macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabled
drivers/macintosh/via-pmu.c:897:12: warning: 'pmu_battery_proc_show' defined but not used [-Wunused-function] static int pmu_battery_proc_show(struct seq_file *m, void *v) ^~~~~~~~~~~~~~~~~~~~~ drivers/macintosh/via-pmu.c:871:12: warning: 'pmu_irqstats_proc_show' defined but not used [-Wunused-function] static int pmu_irqstats_proc_show(struct seq_file *m, void *v) ^~~~~~~~~~~~~~~~~~~~~~ drivers/macintosh/via-pmu.c:860:12: warning: 'pmu_info_proc_show' defined but not used [-Wunused-function] static int pmu_info_proc_show(struct seq_file *m, void *v) ^~~~~~~~~~~~~~~~~~ Add some #ifdefs to avoid unused code warnings when CONFIG_PROC_FS is disabled. Reported-by: Randy Dunlap <rdunlap@infradead.org> Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Finn Thain <fthain@linux-m68k.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/0c11c0770fc4ec7e80a4b2e0ffce1055b792cfdb.1647854880.git.fthain@linux-m68k.org
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions