summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/setup.c
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-08-12 23:47:48 +0300
committerHelge Deller <deller@gmx.de>2023-08-20 21:23:46 +0300
commit390a2086a4c6a325d9cc4e3e22b68b440a08cd9f (patch)
tree2aa71c840b15b6f6db2cd1800445bc1b9c951688 /arch/parisc/kernel/setup.c
parente71d47dc2a6c9a1ec83f015c7c3dd87b635ffcda (diff)
downloadlinux-390a2086a4c6a325d9cc4e3e22b68b440a08cd9f.tar.xz
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 <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/setup.c')
-rw-r--r--arch/parisc/kernel/setup.c3
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;
}