diff mbox series

xen/earlycpio: Fix header to be standalone

Message ID 20241113164844.1750237-1-andrew.cooper3@citrix.com (mailing list archive)
State New
Headers show
Series xen/earlycpio: Fix header to be standalone | expand

Commit Message

Andrew Cooper Nov. 13, 2024, 4:48 p.m. UTC
Split out of yet-more microcode cleanup work.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
 xen/include/xen/earlycpio.h | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 38febce5b35a7a4391906499b2046f01ec0129ca

Comments

Jason Andryuk Nov. 13, 2024, 11:24 p.m. UTC | #1
On 2024-11-13 11:48, Andrew Cooper wrote:
> Split out of yet-more microcode cleanup work.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>
Frediano Ziglio Nov. 14, 2024, 8:52 a.m. UTC | #2
On Wed, Nov 13, 2024 at 4:49 PM Andrew Cooper <andrew.cooper3@citrix.com> wrote:
>
> Split out of yet-more microcode cleanup work.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> ---
>  xen/include/xen/earlycpio.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/xen/include/xen/earlycpio.h b/xen/include/xen/earlycpio.h
> index d4992035982d..b1dafc3b0b75 100644
> --- a/xen/include/xen/earlycpio.h
> +++ b/xen/include/xen/earlycpio.h
> @@ -1,6 +1,8 @@
>  #ifndef _EARLYCPIO_H
>  #define _EARLYCPIO_H
>
> +#include <xen/types.h>
> +
>  #define MAX_CPIO_FILE_NAME 18
>
>  struct cpio_data {
>
> base-commit: 38febce5b35a7a4391906499b2046f01ec0129ca

Reviewed-by: Frediano Ziglio <frediano.ziglio@cloud.com>

Frediano
diff mbox series

Patch

diff --git a/xen/include/xen/earlycpio.h b/xen/include/xen/earlycpio.h
index d4992035982d..b1dafc3b0b75 100644
--- a/xen/include/xen/earlycpio.h
+++ b/xen/include/xen/earlycpio.h
@@ -1,6 +1,8 @@ 
 #ifndef _EARLYCPIO_H
 #define _EARLYCPIO_H
 
+#include <xen/types.h>
+
 #define MAX_CPIO_FILE_NAME 18
 
 struct cpio_data {