]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
parisc: asm: psw.h: missing header guard
authorDenis Efremov <efremov@linux.com>
Mon, 24 Jun 2019 08:51:27 +0000 (11:51 +0300)
committerHelge Deller <deller@gmx.de>
Tue, 25 Jun 2019 12:52:26 +0000 (14:52 +0200)
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>
arch/parisc/include/asm/psw.h

index 76c301146c3187ffacc26139a15b931452626ea4..46921ffcc40773d52622dd39c33902b7dfa50f52 100644 (file)
@@ -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