From 390a2086a4c6a325d9cc4e3e22b68b440a08cd9f Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sat, 12 Aug 2023 22:47:48 +0200 Subject: 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 --- arch/parisc/include/asm/machdep.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 arch/parisc/include/asm/machdep.h (limited to 'arch/parisc/include') diff --git a/arch/parisc/include/asm/machdep.h b/arch/parisc/include/asm/machdep.h deleted file mode 100644 index 215d2c43989d..000000000000 --- a/arch/parisc/include/asm/machdep.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _PARISC_MACHDEP_H -#define _PARISC_MACHDEP_H - -#include - -#define MACH_RESTART 1 -#define MACH_HALT 2 -#define MACH_POWER_ON 3 -#define MACH_POWER_OFF 4 - -extern struct notifier_block *mach_notifier; -extern void pa7300lc_init(void); - -extern void (*cpu_lpmc)(int, struct pt_regs *); - -#endif -- cgit v1.2.3