aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-11 09:29:00 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-11 09:29:00 +0100
commit30fbfa471fdd06beeb95d201005ddde36dcc9205 (patch)
tree0ab38efe2056e6f16671826eae42fd3fc95218d8 /unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
parentfc91db2baf8316ee6bb7c4c505917c121d4bdb21 (diff)
downloadxen-30fbfa471fdd06beeb95d201005ddde36dcc9205.tar.gz
xen-30fbfa471fdd06beeb95d201005ddde36dcc9205.tar.bz2
xen-30fbfa471fdd06beeb95d201005ddde36dcc9205.zip
PV-on-HVM: Fixes for module loading.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/platform-pci/platform-compat.c')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/platform-compat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c b/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
index 574b118754..2b35c5c757 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-compat.c
@@ -12,11 +12,10 @@ static int system_state = 1;
EXPORT_SYMBOL(system_state);
#endif
-static inline void ctrl_alt_del(void)
+void ctrl_alt_del(void)
{
kill_proc(1, SIGINT, 1); /* interrupt init */
}
-EXPORT_SYMBOL(ctrl_alt_del);
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,8)
size_t strcspn(const char *s, const char *reject)