* [PATCH] sunzilog: section mismatch fix
@ 2007-05-19 17:37 Krzysztof Helt
2007-05-19 19:04 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Helt @ 2007-05-19 17:37 UTC (permalink / raw)
To: sparclinux
From: Krzysztof Helt <krzysztof.h1@wp.pl>
This patch fixes section mismatch warnings in the sunzilog driver.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
---
Diff-ed agains 2.6.22-rc2
--- linux-2.6.21/drivers/serial/sunzilog.c 2007-05-20 18:45:03.687231937 +0200
+++ linux-2.6.21.new/drivers/serial/sunzilog.c 2007-05-20 19:43:00.297352656 +0200
@@ -1239,7 +1239,7 @@ static inline struct console *SUNZILOG_C
#define SUNZILOG_CONSOLE() (NULL)
#endif
-static void __init sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
+static void __devinit sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
{
int baud, brg;
@@ -1259,7 +1259,7 @@ static void __init sunzilog_init_kbdms(s
}
#ifdef CONFIG_SERIO
-static void __init sunzilog_register_serio(struct uart_sunzilog_port *up)
+static void __devinit sunzilog_register_serio(struct uart_sunzilog_port *up)
{
struct serio *serio = &up->serio;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sunzilog: section mismatch fix
2007-05-19 17:37 [PATCH] sunzilog: section mismatch fix Krzysztof Helt
@ 2007-05-19 19:04 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-05-19 19:04 UTC (permalink / raw)
To: sparclinux
From: Krzysztof Helt <krzysztof.h1@wp.pl>
Date: Sun, 20 May 2007 19:47:14 +0200
> From: Krzysztof Helt <krzysztof.h1@wp.pl>
>
> This patch fixes section mismatch warnings in the sunzilog driver.
>
> Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Your patch was space and tab corrupted so I had to apply
this patch by hand.
Seeing how you used an attachment for the previous patch,
it's clear why this one was corrupt because you inlined
it instead of attaching.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-19 19:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 17:37 [PATCH] sunzilog: section mismatch fix Krzysztof Helt
2007-05-19 19:04 ` David Miller
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.