
5 Oct
2022
5 Oct
'22
2:44 a.m.
On Mon, 26 Sept 2022 at 16:23, Alistair Delva adelva@google.com wrote:
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
arch/x86/include/asm/i8259.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org