Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3211
b: refs/heads/master
c: 7919a69
h: refs/heads/master
i:
  3209: 16c05ea
  3207: a08e1d3
v: v3
  • Loading branch information
Russell King authored and Linus Torvalds committed Jun 25, 2005
1 parent 705e85d commit fb21590
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 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: 821fe94727e72d63e1abd1bc0b044c72dfad9fb6
refs/heads/master: 7919a693bd735ed0aa93fc359ae09a588cfeb3bc
2 changes: 0 additions & 2 deletions trunk/arch/frv/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,10 @@ void __init setup_arch(char **cmdline_p)
#ifndef CONFIG_GDBSTUB_UART0
__reg(UART0_BASE + UART_IER * 8) = 0;
early_serial_setup(&__frv_uart0);
// register_serial(&__frv_uart0);
#endif
#ifndef CONFIG_GDBSTUB_UART1
__reg(UART1_BASE + UART_IER * 8) = 0;
early_serial_setup(&__frv_uart1);
// register_serial(&__frv_uart1);
#endif

#if defined(CONFIG_CHR_DEV_FLASH) || defined(CONFIG_BLK_DEV_FLASH)
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/xtensa/platform-iss/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ static int rs_read_proc(char *page, char **start, off_t off, int count,
}


int register_serial(struct serial_struct*);
void unregister_serial(int);

static struct tty_operations serial_ops = {
.open = rs_open,
.close = rs_close,
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/amiserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,10 +1973,6 @@ static _INLINE_ void show_serial_version(void)
}


int register_serial(struct serial_struct *req);
void unregister_serial(int line);


static struct tty_operations serial_ops = {
.open = rs_open,
.close = rs_close,
Expand Down

0 comments on commit fb21590

Please sign in to comment.