Randy Dunlap 1e5b5df65a m68k: /proc/hardware should depend on PROC_FS
When CONFIG_PROC_FS is not set, there is a build error for an unused
function. Make PROC_HARDWARE depend on PROC_FS to prevent this error.

In file included from ../arch/m68k/kernel/setup.c:3:
../arch/m68k/kernel/setup_mm.c:477:12: error: 'hardware_proc_show' defined but not used [-Werror=unused-function]
  477 | static int hardware_proc_show(struct seq_file *m, void *v)
      |            ^~~~~~~~~~~~~~~~~~

Fixes: 66d857b08b8c ("m68k: merge m68k and m68knommu arch directories") # v3.0
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230209010825.24136-1-rdunlap@infradead.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2023-02-13 11:34:49 +01:00
..
2022-02-21 12:00:20 +01:00
2022-02-21 12:00:20 +01:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2022-05-25 00:04:11 +10:00
2023-01-30 16:40:15 +01:00
2023-01-30 16:40:15 +01:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2021-09-24 13:35:07 +02:00
2022-04-11 11:48:01 +02:00
2023-01-30 16:40:15 +01:00
2022-10-02 18:06:03 +09:00