projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca6366
)
parisc: asm: psw.h: missing header guard
author
Denis Efremov
<efremov@linux.com>
Mon, 24 Jun 2019 08:51:27 +0000
(11:51 +0300)
committer
Helge 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
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/psw.h
b/arch/parisc/include/asm/psw.h
index 76c301146c3187ffacc26139a15b931452626ea4..46921ffcc40773d52622dd39c33902b7dfa50f52 100644
(file)
--- 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