From 442057f0d3f933fda14a3cdde19349211f763b4c Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Tue, 27 Jan 2004 07:37:12 +0000
Subject: Patch from Joakim Tjernlund to get rid of an annoying warning.

---
 ldso/ldso/powerpc/boot1_arch.h | 2 +-
 ldso/ldso/powerpc/dl-startup.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ldso/ldso/powerpc/boot1_arch.h b/ldso/ldso/powerpc/boot1_arch.h
index 2f54ed9d9..e50e8eabd 100644
--- a/ldso/ldso/powerpc/boot1_arch.h
+++ b/ldso/ldso/powerpc/boot1_arch.h
@@ -18,5 +18,5 @@ asm("" \
 );
 
 #define _dl_boot _dl_boot2
-#define LD_BOOT(X)   static void *  __attribute__ ((unused)) _dl_boot (X)
+#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot (X)
 
diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h
index 2f54ed9d9..e50e8eabd 100644
--- a/ldso/ldso/powerpc/dl-startup.h
+++ b/ldso/ldso/powerpc/dl-startup.h
@@ -18,5 +18,5 @@ asm("" \
 );
 
 #define _dl_boot _dl_boot2
-#define LD_BOOT(X)   static void *  __attribute__ ((unused)) _dl_boot (X)
+#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot (X)
 
-- 
cgit v1.2.3