summaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2019-06-24 11:51:27 +0300
committerHelge Deller <deller@gmx.de>2019-06-25 14:52:26 +0200
commitb3d5f311d3cfdea0b0e2373409e50423b130f847 (patch)
tree326731f952cf6c3bb7e3b22da37ddd0202b6eb88 /arch/parisc
parent6ca6366220ed285e29ee22f4cf5c68a0397cb005 (diff)
downloadlinux-0-day-b3d5f311d3cfdea0b0e2373409e50423b130f847.tar.gz
linux-0-day-b3d5f311d3cfdea0b0e2373409e50423b130f847.tar.xz
parisc: asm: psw.h: missing header guard
The psw.h header file contains #ifndef directive of the guard, but the complimentary #define directive is missing. The patch adds the appropriate #define to fix the header guard. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/asm/psw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/psw.h b/arch/parisc/include/asm/psw.h
index 76c301146c318..46921ffcc4077 100644
--- a/arch/parisc/include/asm/psw.h
+++ b/arch/parisc/include/asm/psw.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PARISC_PSW_H
-
+#define _PARISC_PSW_H
#define PSW_I 0x00000001
#define PSW_D 0x00000002