patch-2.4.22 linux-2.4.22/arch/ia64/kernel/ia64_ksyms.c

Next file: linux-2.4.22/arch/ia64/kernel/iosapic.c
Previous file: linux-2.4.22/arch/ia64/kernel/gate.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/kernel/ia64_ksyms.c linux-2.4.22/arch/ia64/kernel/ia64_ksyms.c
@@ -4,6 +4,9 @@
 #include <linux/config.h>
 #include <linux/module.h>
 
+#include <linux/pm.h>
+EXPORT_SYMBOL(pm_idle);
+
 #include <linux/string.h>
 
 EXPORT_SYMBOL_NOVERS(memset);
@@ -47,6 +50,7 @@
 EXPORT_SYMBOL(__ia64_memcpy_fromio);
 EXPORT_SYMBOL(__ia64_memcpy_toio);
 EXPORT_SYMBOL(__ia64_memset_c_io);
+EXPORT_SYMBOL(io_space);
 
 #include <asm/semaphore.h>
 EXPORT_SYMBOL_NOVERS(__down);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)