summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/xz_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/xz_config.h')
-rw-r--r--arch/powerpc/boot/xz_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/boot/xz_config.h b/arch/powerpc/boot/xz_config.h
index ebfadd39e192..9506a96ebbcc 100644
--- a/arch/powerpc/boot/xz_config.h
+++ b/arch/powerpc/boot/xz_config.h
@@ -50,11 +50,8 @@ static inline void put_unaligned_be32(u32 val, void *p)
/* prevent the inclusion of the xz-preboot MM headers */
#define DECOMPR_MM_H
#define memmove memmove
-#define XZ_EXTERN static
/* xz.h needs to be included directly since we need enum xz_mode */
#include "../../../include/linux/xz.h"
-#undef XZ_EXTERN
-
#endif