diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 17:47:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 17:47:06 -0500 |
commit | 37cfc3f67db9f2d907f6bfcfae590cdbbef623e8 (patch) | |
tree | b573983938838dd76b40a7b53b3744472041720f /drivers/tty | |
parent | 38e5781bbf8e82c1635ea845e0d07b2228a5ac7a (diff) | |
parent | 6e4d177dc07b1c4d8e6ef061fe5ffcc7e7646546 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next:
sparc32: remove unused file: include/asm/pgtsun4.h
sparc32: fix PAGE_SIZE definition
sparc32: enable different preemptions models
sparc32: support atomic64_t
apbuart: fix section mismatch warning
sparc32: drop useless preprocessor conditional in atomic_32.h
sparc32: drop unused atomic24 support
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/apbuart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/apbuart.c b/drivers/tty/serial/apbuart.c index 77554fd68d1f..7162f70d9260 100644 --- a/drivers/tty/serial/apbuart.c +++ b/drivers/tty/serial/apbuart.c | |||
@@ -577,7 +577,7 @@ static int __devinit apbuart_probe(struct platform_device *op) | |||
577 | return 0; | 577 | return 0; |
578 | } | 578 | } |
579 | 579 | ||
580 | static struct of_device_id __initdata apbuart_match[] = { | 580 | static struct of_device_id apbuart_match[] = { |
581 | { | 581 | { |
582 | .name = "GAISLER_APBUART", | 582 | .name = "GAISLER_APBUART", |
583 | }, | 583 | }, |
@@ -597,7 +597,7 @@ static struct platform_driver grlib_apbuart_of_driver = { | |||
597 | }; | 597 | }; |
598 | 598 | ||
599 | 599 | ||
600 | static int grlib_apbuart_configure(void) | 600 | static int __init grlib_apbuart_configure(void) |
601 | { | 601 | { |
602 | struct device_node *np; | 602 | struct device_node *np; |
603 | int line = 0; | 603 | int line = 0; |