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>
#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);