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)
commitb3d5f311d3cfdea0b0e2373409e50423b130f847
tree326731f952cf6c3bb7e3b22da37ddd0202b6eb88
parent6ca6366220ed285e29ee22f4cf5c68a0397cb005
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>
arch/parisc/include/asm/psw.h