All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix "Section mismatch" compile warning
@ 2007-03-26 15:19 Bernhard Walle
  2007-03-28 19:08 ` [discuss] " Andi Kleen
  2007-03-28 22:20 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Walle @ 2007-03-26 15:19 UTC (permalink / raw)
  To: discuss; +Cc: linux-kernel, ak

Fix "Section mismatch" warnings in arch/x86_64/kernel/time.c

Signed-off-by: Bernhard Walle <bwalle@suse.de>

---
 arch/x86_64/kernel/time.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: linux-2.6.21-rc4-mm1/arch/x86_64/kernel/time.c
===================================================================
--- linux-2.6.21-rc4-mm1.orig/arch/x86_64/kernel/time.c
+++ linux-2.6.21-rc4-mm1/arch/x86_64/kernel/time.c
@@ -282,7 +282,7 @@ static unsigned int __init pit_calibrate
 #define PIT_MODE 0x43
 #define PIT_CH0  0x40
 
-static void __init __pit_init(int val, u8 mode)
+static void __pit_init(int val, u8 mode)
 {
 	unsigned long flags;
 
@@ -298,12 +298,12 @@ void __init pit_init(void)
 	__pit_init(LATCH, 0x34); /* binary, mode 2, LSB/MSB, ch 0 */
 }
 
-void __init pit_stop_interrupt(void)
+void pit_stop_interrupt(void)
 {
 	__pit_init(0, 0x30); /* mode 0 */
 }
 
-void __init stop_timer_interrupt(void)
+void stop_timer_interrupt(void)
 {
 	char *name;
 	if (hpet_address) {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [discuss] [PATCH] Fix "Section mismatch" compile warning
  2007-03-26 15:19 [PATCH] Fix "Section mismatch" compile warning Bernhard Walle
@ 2007-03-28 19:08 ` Andi Kleen
  2007-03-28 22:20 ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Andi Kleen @ 2007-03-28 19:08 UTC (permalink / raw)
  To: discuss; +Cc: Bernhard Walle, linux-kernel

On Monday 26 March 2007 17:19, Bernhard Walle wrote:
> Fix "Section mismatch" warnings in arch/x86_64/kernel/time.c

Applied thanks

-Andi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix "Section mismatch" compile warning
  2007-03-26 15:19 [PATCH] Fix "Section mismatch" compile warning Bernhard Walle
  2007-03-28 19:08 ` [discuss] " Andi Kleen
@ 2007-03-28 22:20 ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2007-03-28 22:20 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: discuss, linux-kernel, ak

On Mon, 26 Mar 2007 17:19:33 +0200
Bernhard Walle <bwalle@suse.de> wrote:

> Fix "Section mismatch" warnings in arch/x86_64/kernel/time.c
> 

Please always quote the warnings in the changelog when fixing them, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-28 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 15:19 [PATCH] Fix "Section mismatch" compile warning Bernhard Walle
2007-03-28 19:08 ` [discuss] " Andi Kleen
2007-03-28 22:20 ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.