patch-2.4.4 linux/drivers/s390/ccwcache.c
Next file: linux/drivers/s390/char/Makefile
Previous file: linux/drivers/s390/block/xpram.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Apr 11 19:02:28 2001
- Orig file:
v2.4.3/linux/drivers/s390/ccwcache.c
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/s390/ccwcache.c linux/drivers/s390/ccwcache.c
@@ -9,6 +9,7 @@
* 11/14/00 redesign by Martin Schwidefsky
*/
+#include <linux/module.h>
#include <linux/malloc.h>
#include <linux/version.h>
@@ -31,9 +32,7 @@
#define kmem_cache_destroy(x) do {} while(0)
#endif
-#ifdef PRINTK_HEADER
#undef PRINTK_HEADER
-#endif
#define PRINTK_HEADER "ccwcache"
/* pointer to list of allocated requests */
@@ -300,4 +299,7 @@
}
debug_unregister( debug_area );
}
+
+EXPORT_SYMBOL(ccw_alloc_request);
+EXPORT_SYMBOL(ccw_free_request);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)