Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
b620cc2c
Commit
b620cc2c
authored
19 years ago
by
Linus Torvalds
Browse files
Options
Download
Plain Diff
Merge master.kernel.org:/home/rmk/linux-2.6-arm
parents
036bfdcb
31f919c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/arm/mach-clps711x/fortunet.c
arch/arm/mach-clps711x/fortunet.c
+2
-0
drivers/serial/imx.c
drivers/serial/imx.c
+1
-1
No files found.
arch/arm/mach-clps711x/fortunet.c
View file @
b620cc2c
...
...
@@ -31,6 +31,8 @@
#include <asm/mach/arch.h>
#include <asm/memory.h>
#include "common.h"
struct
meminfo
memmap
=
{
...
...
This diff is collapsed.
Click to expand it.
drivers/serial/imx.c
View file @
b620cc2c
...
...
@@ -860,7 +860,7 @@ imx_console_setup(struct console *co, char *options)
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
=
{
.
name
=
"ttySMX"
,
.
write
=
imx_console_write
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment