ia64/xen-unstable
changeset 10989:600da8225858
[XEN] Remove redundant redeclaration of 'machine_restart'.
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollis@us.ibm.com>
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollis@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Aug 08 09:19:32 2006 +0100 (2006-08-08) |
parents | ec8dd0528fc6 |
children | d25efa45355b |
files | xen/drivers/char/console.c |
line diff
1.1 --- a/xen/drivers/char/console.c Mon Aug 07 18:28:50 2006 +0100 1.2 +++ b/xen/drivers/char/console.c Tue Aug 08 09:19:32 2006 +0100 1.3 @@ -716,7 +716,6 @@ void panic(const char *fmt, ...) 1.4 char buf[128]; 1.5 unsigned long flags; 1.6 static DEFINE_SPINLOCK(lock); 1.7 - extern void machine_restart(char *); 1.8 1.9 debugtrace_dump(); 1.10