From e65b7e69af9220d92ab9f467f92d963f01aac028 Mon Sep 17 00:00:00 2001 From: Keith M Wesolowski Date: Sun, 29 Oct 2000 01:53:41 +0000 Subject: Fix the build after the previous patch. --- include/asm-mips/stackframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h index d563b5a67..252c3a58b 100644 --- a/include/asm-mips/stackframe.h +++ b/include/asm-mips/stackframe.h @@ -68,7 +68,7 @@ __asm__ ( \ ".size\t" #symbol",. - " #symbol) /* Used in declaration of save_static functions. */ -#define unused __attribute__((unused)) +#define static_unused static __attribute__((unused)) #define SAVE_SOME \ .set push; \ -- cgit v1.2.3