Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87398
b: refs/heads/master
c: 179183b
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 5a83294 commit b99e73b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 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: e2be75ae21ea13ca19d4f2c3ff5a8df3f0e6c38e
refs/heads/master: 179183bf1fcff3830f0c05058ec0fc4d0878c67c
13 changes: 0 additions & 13 deletions trunk/arch/parisc/kernel/pdc_cons.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ static void pdc_console_write(struct console *co, const char *s, unsigned count)
pdc_iodc_print(s, count);
}

void pdc_printf(const char *fmt, ...)
{
va_list args;
char buf[1024];
int i, len;

va_start(args, fmt);
len = vscnprintf(buf, sizeof(buf), fmt, args);
va_end(args);

pdc_iodc_print(buf, len);
}

int pdc_console_poll_key(struct console *co)
{
return pdc_iodc_getc();
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-parisc/pdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ void pdc_io_reset(void);
void pdc_io_reset_devices(void);
int pdc_iodc_getc(void);
int pdc_iodc_print(unsigned char *str, unsigned count);
void pdc_printf(const char *fmt, ...);

void pdc_emergency_unlock(void);
int pdc_sti_call(unsigned long func, unsigned long flags,
Expand Down

0 comments on commit b99e73b

Please sign in to comment.