diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-30 04:23:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-30 04:23:58 -0500 |
commit | e697789d64f8748cb219d7f5c413c512953802cc (patch) | |
tree | 42b617795b188ad05a9398af4cb28f5321368ab5 | |
parent | 38b7da09cfdb2202f08476d6fb22a47649a177ec (diff) | |
parent | fb445ee5f9bfc7cbef9e397556170c608dc02955 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SERIAL]: Fix section mismatches in Sun serial console drivers.
-rw-r--r-- | drivers/serial/suncore.c | 2 | ||||
-rw-r--r-- | kernel/printk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/suncore.c b/drivers/serial/suncore.c index 707c5b03bce9..a2d4a19550ab 100644 --- a/drivers/serial/suncore.c +++ b/drivers/serial/suncore.c | |||
@@ -52,7 +52,7 @@ void sunserial_unregister_minors(struct uart_driver *drv, int count) | |||
52 | } | 52 | } |
53 | EXPORT_SYMBOL(sunserial_unregister_minors); | 53 | EXPORT_SYMBOL(sunserial_unregister_minors); |
54 | 54 | ||
55 | int __init sunserial_console_match(struct console *con, struct device_node *dp, | 55 | int sunserial_console_match(struct console *con, struct device_node *dp, |
56 | struct uart_driver *drv, int line) | 56 | struct uart_driver *drv, int line) |
57 | { | 57 | { |
58 | int off; | 58 | int off; |
diff --git a/kernel/printk.c b/kernel/printk.c index a30fe33de395..89011bf8c106 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
@@ -817,7 +817,7 @@ __setup("console=", console_setup); | |||
817 | * commonly to provide a default console (ie from PROM variables) when | 817 | * commonly to provide a default console (ie from PROM variables) when |
818 | * the user has not supplied one. | 818 | * the user has not supplied one. |
819 | */ | 819 | */ |
820 | int __init add_preferred_console(char *name, int idx, char *options) | 820 | int add_preferred_console(char *name, int idx, char *options) |
821 | { | 821 | { |
822 | struct console_cmdline *c; | 822 | struct console_cmdline *c; |
823 | int i; | 823 | int i; |