|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEN] Remove redundant redeclaration of '
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 600da82258583b3ffef3c6fad9175e1a586fafad
# Parent ec8dd0528fc69fc643268493d5a3d722a5650cd7
[XEN] Remove redundant redeclaration of 'machine_restart'.
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollis@xxxxxxxxxx>
---
xen/drivers/char/console.c | 1 -
1 files changed, 1 deletion(-)
diff -r ec8dd0528fc6 -r 600da8225858 xen/drivers/char/console.c
--- a/xen/drivers/char/console.c Mon Aug 07 18:28:50 2006 +0100
+++ b/xen/drivers/char/console.c Tue Aug 08 09:19:32 2006 +0100
@@ -716,7 +716,6 @@ void panic(const char *fmt, ...)
char buf[128];
unsigned long flags;
static DEFINE_SPINLOCK(lock);
- extern void machine_restart(char *);
debugtrace_dump();
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [XEN] Remove redundant redeclaration of 'machine_restart'.,
Xen patchbot-unstable <=
|
|
|
|
|