diff options
author | Helge Deller <deller@gmx.de> | 2021-10-17 18:56:00 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-01 07:36:00 +0100 |
commit | 0760a9157bc93f660256f7014b936c584f3f8fdd (patch) | |
tree | 366b0dc41474024eaba250ffac1a4e1e357b23d3 /arch/parisc/include/asm/runway.h | |
parent | parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h (diff) | |
download | linux-0760a9157bc93f660256f7014b936c584f3f8fdd.tar.xz linux-0760a9157bc93f660256f7014b936c584f3f8fdd.zip |
parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/runway.h')
-rw-r--r-- | arch/parisc/include/asm/runway.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/runway.h b/arch/parisc/include/asm/runway.h index f3cfe69439f6..5cf061376ddb 100644 --- a/arch/parisc/include/asm/runway.h +++ b/arch/parisc/include/asm/runway.h @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASM_PARISC_RUNWAY_H #define ASM_PARISC_RUNWAY_H -#ifdef __KERNEL__ /* declared in arch/parisc/kernel/setup.c */ extern struct proc_dir_entry * proc_runway_root; @@ -9,5 +8,4 @@ extern struct proc_dir_entry * proc_runway_root; #define RUNWAY_STATUS 0x10 #define RUNWAY_DEBUG 0x40 -#endif /* __KERNEL__ */ #endif /* ASM_PARISC_RUNWAY_H */ |