From: Oleksii Kurochko Date: Fri, 20 Jan 2023 08:24:20 +0000 (+0100) Subject: xen/include: change to in early_printk.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ee8c636dd4e8782116b1644e1cd209dbe4125c7d;p=people%2Froyger%2Fxen.git xen/include: change to in early_printk.h In the patch "include/types: move stddef.h-kind types to common header" [1] size_t was moved from to 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 Acked-by: Jan Beulich --- 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 +#include #ifdef CONFIG_EARLY_PRINTK void early_puts(const char *s, size_t nr);