Except for one last instance, all users have been removed in earlier
changes.
Requested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
#include <asm/setup.h>
#include <asm/acpi.h>
#include "../../../common/decompress.h"
-#define XZ_EXTERN STATIC
+#define XZ_EXTERN static
#include "../../../common/xz/crc32.c"
/* Constant to indicate "Xen" in unicode u16 format */
#include <xen/types.h>
#include <xen/xmalloc.h>
-#define STATIC static
-#define INIT __init
-
#define malloc xmalloc_bytes
#define free xfree
#else
-#define STATIC static
-#define INIT
-
#undef __init /* tools/libs/guest/xg_private.h has its own one */
#define __init
#define __initdata