]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06662b454f16e5ff3a156b1d4b69c9aa670f5f29
tree326731f952cf6c3bb7e3b22da37ddd0202b6eb88
parent2ce0f91a20f32f2c812fc9fe7274585c5cdfbc29
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