Merge master.kernel.org:/home/rmk/linux-2.6-arm
This commit is contained in:
@@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
#include <asm/mach/arch.h>
|
#include <asm/mach/arch.h>
|
||||||
|
|
||||||
|
#include <asm/memory.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
struct meminfo memmap = {
|
struct meminfo memmap = {
|
||||||
|
@@ -860,7 +860,7 @@ imx_console_setup(struct console *co, char *options)
|
|||||||
return uart_set_options(&sport->port, co, baud, parity, bits, flow);
|
return uart_set_options(&sport->port, co, baud, parity, bits, flow);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern struct uart_driver imx_reg;
|
static struct uart_driver imx_reg;
|
||||||
static struct console imx_console = {
|
static struct console imx_console = {
|
||||||
.name = "ttySMX",
|
.name = "ttySMX",
|
||||||
.write = imx_console_write,
|
.write = imx_console_write,
|
||||||
|
Reference in New Issue
Block a user