Commit b3d5f311 authored by Denis Efremov's avatar Denis Efremov Committed by Helge Deller

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: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 6ca63662
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PARISC_PSW_H
#define _PARISC_PSW_H
#define PSW_I 0x00000001
#define PSW_D 0x00000002
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment