]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit19aab7bab08cc7a6942d53182755ca0d0501ccb6
tree1d0879ac007e02ed806d8bb59a1afd00df2e2206
parent5957cfdc54d6861ea96b5a64de6855be40f0eca5
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