diff options
author | Helge Deller <[email protected]> | 2023-08-12 22:47:48 +0200 |
---|---|---|
committer | Helge Deller <[email protected]> | 2023-08-20 20:23:46 +0200 |
commit | 390a2086a4c6a325d9cc4e3e22b68b440a08cd9f (patch) | |
tree | 2aa71c840b15b6f6db2cd1800445bc1b9c951688 /arch/parisc/kernel/setup.c | |
parent | e71d47dc2a6c9a1ec83f015c7c3dd87b635ffcda (diff) |
parisc: Drop the pa7300lc LPMC handler
This was actually never really used, and the info it
prints won't help. Drop it.
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'arch/parisc/kernel/setup.c')
-rw-r--r-- | arch/parisc/kernel/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c index 211a4afdd282..3e95b5417a50 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c @@ -31,7 +31,6 @@ #include <asm/sections.h> #include <asm/pdc.h> #include <asm/led.h> -#include <asm/machdep.h> /* for pa7300lc_init() proto */ #include <asm/pdc_chassis.h> #include <asm/io.h> #include <asm/setup.h> @@ -93,8 +92,6 @@ static void __init dma_ops_init(void) "the PA-RISC 1.1 or 2.0 architecture specification.\n"); case pcxl2: - pa7300lc_init(); - break; default: break; } |