Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57067
b: refs/heads/master
c: 9977e39
h: refs/heads/master
i:
  57065: 757e094
  57063: 1216dfb
v: v3
  • Loading branch information
Krzysztof Helt authored and David S. Miller committed May 29, 2007
1 parent b22cfa8 commit 65ebaad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42e28264783f1b3b9a99e0fdda263ed9bffcf331
refs/heads/master: 9977e390dd25751fc40e01850da88b37d3c81109
4 changes: 2 additions & 2 deletions trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ static inline struct console *SUNZILOG_CONSOLE(void)
#define SUNZILOG_CONSOLE() (NULL)
#endif

static void __init sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
static void __devinit sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channel)
{
int baud, brg;

Expand All @@ -1259,7 +1259,7 @@ static void __init sunzilog_init_kbdms(struct uart_sunzilog_port *up, int channe
}

#ifdef CONFIG_SERIO
static void __init sunzilog_register_serio(struct uart_sunzilog_port *up)
static void __devinit sunzilog_register_serio(struct uart_sunzilog_port *up)
{
struct serio *serio = &up->serio;

Expand Down

0 comments on commit 65ebaad

Please sign in to comment.