[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/include: change <asm/types.h> to <xen/types.h> in early_printk.h
commit ee8c636dd4e8782116b1644e1cd209dbe4125c7d Author: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> AuthorDate: Fri Jan 20 09:24:20 2023 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Jan 20 09:24:20 2023 +0100 xen/include: change <asm/types.h> to <xen/types.h> in early_printk.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> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- 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); -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |