[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v5 1/5] xen/include: Change <asm/types.h> to <xen/types.h>
In the patch "include/types: move stddef.h-kind types to common header" [1] size_t was moved from <asm/types.h> to <xen/types.h> so early_printk should be updated correspondingly. [1] https://lore.kernel.org/xen-devel/5a0a9e2a-c116-21b5-8081-db75fe4178d7@xxxxxxxx/ Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- xen/include/xen/early_printk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/early_printk.h b/xen/include/xen/early_printk.h index abb34687da..5d72293793 100644 --- a/xen/include/xen/early_printk.h +++ b/xen/include/xen/early_printk.h @@ -4,7 +4,7 @@ #ifndef __XEN_EARLY_PRINTK_H__ #define __XEN_EARLY_PRINTK_H__ -#include <asm/types.h> +#include <xen/types.h> #ifdef CONFIG_EARLY_PRINTK void early_puts(const char *s, size_t nr); -- 2.39.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |