commit | b3d5f311d3cfdea0b0e2373409e50423b130f847 | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Mon Jun 24 11:51:27 2019 +0300 |
committer | Helge Deller <deller@gmx.de> | Tue Jun 25 14:52:26 2019 +0200 |
tree | 326731f952cf6c3bb7e3b22da37ddd0202b6eb88 | |
parent | 6ca6366220ed285e29ee22f4cf5c68a0397cb005 [diff] |
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>