Skip to content

Commit

Permalink
parisc: Drop the pa7300lc LPMC handler
Browse files Browse the repository at this point in the history
This was actually never really used, and the info it
prints won't help. Drop it.

Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Aug 20, 2023
1 parent e71d47d commit 390a208
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
17 changes: 0 additions & 17 deletions arch/parisc/include/asm/machdep.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/parisc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extra-y := vmlinux.lds

obj-y := head.o cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
syscall.o entry.o sys_parisc.o firmware.o \
ptrace.o hardware.o inventory.o drivers.o alternative.o \
signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
Expand Down
51 changes: 0 additions & 51 deletions arch/parisc/kernel/pa7300lc.c

This file was deleted.

3 changes: 0 additions & 3 deletions arch/parisc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 390a208

Please sign in to comment.