[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/decompress: drop STATIC and INIT
commit ec0ec164877be4e99dfef2ae27eea4ca6460cdf7 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Thu Apr 29 16:03:38 2021 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Apr 29 16:03:38 2021 +0200 xen/decompress: drop STATIC and INIT Except for one last instance, all users have been removed in earlier changes. Requested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- xen/arch/arm/efi/efi-dom0.c | 2 +- xen/common/decompress.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/xen/arch/arm/efi/efi-dom0.c b/xen/arch/arm/efi/efi-dom0.c index 1c356540f7..494420eaa2 100644 --- a/xen/arch/arm/efi/efi-dom0.c +++ b/xen/arch/arm/efi/efi-dom0.c @@ -28,7 +28,7 @@ #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 */ diff --git a/xen/common/decompress.h b/xen/common/decompress.h index 7144fb46ce..e8195b353a 100644 --- a/xen/common/decompress.h +++ b/xen/common/decompress.h @@ -7,9 +7,6 @@ #include <xen/types.h> #include <xen/xmalloc.h> -#define STATIC static -#define INIT __init - #define malloc xmalloc_bytes #define free xfree @@ -18,9 +15,6 @@ #else -#define STATIC static -#define INIT - #undef __init /* tools/libs/guest/xg_private.h has its own one */ #define __init #define __initdata -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |