]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/include: change <asm/types.h> to <xen/types.h> in early_printk.h
authorOleksii Kurochko <oleksii.kurochko@gmail.com>
Fri, 20 Jan 2023 08:24:20 +0000 (09:24 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Jan 2023 08:24:20 +0000 (09:24 +0100)
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@suse.com/

Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/xen/early_printk.h

index abb34687dad753d39902650f3341c4b93b877a49..5d7229379324ce85ac647689e2f468e67ccb346e 100644 (file)
@@ -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);