]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Fix i8254 ifdef include guard
authorAlistair Delva <adelva@google.com>
Wed, 20 Oct 2021 21:31:30 +0000 (21:31 +0000)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 1 Nov 2021 01:50:55 +0000 (09:50 +0800)
commit5a626067456f88c41913587af66cc85b617d57df
tree9f6d8b4c7afac8f9b2ec4bca9d40e64875b7f790
parent48284d73c43966943e5637172d309fdf047d6e0b
x86: Fix i8254 ifdef include guard

When building U-Boot with clang, it notices that the i8254.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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: fixed the other same typo at the end of the same file]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/i8254.h