All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] no __init in serial/8250.c?
@ 2004-11-14  1:39 Andries Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2004-11-14  1:39 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

Referenced in non-init context.

diff -uprN -X /linux/dontdiff a/drivers/serial/8250.c b/drivers/serial/8250.c
--- a/drivers/serial/8250.c	2004-10-30 21:44:01.000000000 +0200
+++ b/drivers/serial/8250.c	2004-11-14 01:43:56.000000000 +0100
@@ -1965,7 +1965,7 @@ serial8250_console_write(struct console 
 	serial_out(up, UART_IER, ier);
 }
 
-static int __init serial8250_console_setup(struct console *co, char *options)
+static int serial8250_console_setup(struct console *co, char *options)
 {
 	struct uart_port *port;
 	int baud = 9600;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-14  1:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14  1:39 [PATCH] no __init in serial/8250.c? Andries Brouwer

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.