Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179157
b: refs/heads/master
c: 70b5c81
h: refs/heads/master
i:
  179155: edf385f
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent 2471d21 commit 16b12a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 1dc238632bbb4283ba2c789b2aeadb1a2743eb4f
refs/heads/master: 70b5c8194f1ecfab5f7e8db3590e7ef7996d893e
7 changes: 0 additions & 7 deletions trunk/arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,6 @@ static inline void serial_out(int offset, int value)
writel(value, (void *)PORT(offset));
}

char prom_getchar(void)
{
while (!(serial_in(UART_LSR) & UART_LSR_DR))
;
return serial_in(UART_RX);
}

int prom_putchar(char c)
{
while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0)
Expand Down

0 comments on commit 16b12a1

Please sign in to comment.