x86: Fix i8259 ifdef include guard
When building U-Boot with clang, it notices that the i8259.h include guard does not work correctly due to a typo. Fix it. Signed-off-by: Alistair Delva <adelva@google.com> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Nick Desaulniers <ndesaulniers@google.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c917865c7f
commit
767df6a27d
@ -7,7 +7,7 @@
|
||||
/* i8259.h i8259 PIC Registers */
|
||||
|
||||
#ifndef _ASMI386_I8259_H_
|
||||
#define _ASMI386_I8959_H_
|
||||
#define _ASMI386_I8259_H_
|
||||
|
||||
/* PIC I/O mapped registers */
|
||||
#define IRR 0x0 /* Interrupt Request Register */
|
||||
@ -73,4 +73,4 @@
|
||||
|
||||
int i8259_init(void);
|
||||
|
||||
#endif /* _ASMI386_I8959_H_ */
|
||||
#endif /* _ASMI386_I8259_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user