summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/console.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
commit03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch)
tree88db8dba75ae06ba3bad08e42c5e52efc162535c /include/asm-alpha/console.h
parent257730f99381dd26e10b832fce4c94cae7ac1176 (diff)
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'include/asm-alpha/console.h')
-rw-r--r--include/asm-alpha/console.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-alpha/console.h b/include/asm-alpha/console.h
index e88171fac..6ea274830 100644
--- a/include/asm-alpha/console.h
+++ b/include/asm-alpha/console.h
@@ -41,7 +41,4 @@
#define ENV_LANGUAGE 0x0E
#define ENV_TTY_DEV 0x0F
-extern unsigned long dispatch(unsigned long code, ...);
-#define puts(x,l) dispatch(CCB_PUTS,0,x,l)
-
#endif