[PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix)

From: Andy Shevchenko
Date: Thu May 20 2021 - 09:05:57 EST


Follow up fix for the "kernel.h: split out panic and oops helpers" patch.

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---

Andrew, please add as a fix to the above mentioned patch, thanks!

For the record, I haven't got any other messages from any of CIs/bots,
presumably there will be no more or very little reports.

Note, this patch is untested. I have no ia64 compiler at hand.

arch/ia64/include/asm/pal.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/ia64/include/asm/pal.h b/arch/ia64/include/asm/pal.h
index 5c51fceedaf9..e6b652f9e45e 100644
--- a/arch/ia64/include/asm/pal.h
+++ b/arch/ia64/include/asm/pal.h
@@ -99,6 +99,7 @@

#include <linux/types.h>
#include <asm/fpu.h>
+#include <asm/intrinsics.h>

/*
* Data types needed to pass information into PAL procedures and
--
2.30.2