summaryrefslogtreecommitdiffstats
path: root/arch/ppc/lib/crtsavres.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/lib/crtsavres.S')
-rw-r--r--arch/ppc/lib/crtsavres.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/ppc/lib/crtsavres.S b/arch/ppc/lib/crtsavres.S
index a764ae4ce6..b0fbbfc997 100644
--- a/arch/ppc/lib/crtsavres.S
+++ b/arch/ppc/lib/crtsavres.S
@@ -33,13 +33,11 @@
* the executable file might be covered by the GNU General Public License.
*/
+#include <linux/stringify.h>
#include <asm/ppc_asm.tmpl>
#define N_FUN 36
-#define __stringify_1(x...) #x
-#define __stringify(x...) __stringify_1(x)
-
#define _GLOBAL(n) \
.text; \
.stabs __stringify(n:F-1),N_FUN,0,0,n;\