x86: Fix i8259 ifdef include guard
authorAlistair Delva <adelva@google.com>
Mon, 26 Sep 2022 22:23:26 +0000 (22:23 +0000)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 14 Dec 2022 04:04:51 +0000 (12:04 +0800)
commit767df6a27d5395851859e56b4c97413ab9443c0e
tree1d0879ac007e02ed806d8bb59a1afd00df2e2206
parentc917865c7fd14420d25388bb3c8c24cb03911caf
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>
arch/x86/include/asm/i8259.h