patch-2.2.19 linux/arch/s390/kernel/s390_ext.c
Next file: linux/arch/s390/kernel/s390_ksyms.c
Previous file: linux/arch/s390/kernel/reipl.S
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Mar 25 11:37:30 2001
- Orig file:
v2.2.18/arch/s390/kernel/s390_ext.c
- Orig date:
Sun Mar 25 11:28:19 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/s390/kernel/s390_ext.c linux/arch/s390/kernel/s390_ext.c
@@ -9,6 +9,7 @@
#include <linux/kernel.h>
#include <linux/malloc.h>
+#include <linux/module.h>
#include <asm/lowcore.h>
#include <asm/s390_ext.h>
@@ -74,4 +75,6 @@
return 0;
}
+EXPORT_SYMBOL(register_external_interrupt);
+EXPORT_SYMBOL(unregister_external_interrupt);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)