patch-2.4.2 linux/drivers/block/paride/pt.c
Next file: linux/drivers/block/paride/setup.h
Previous file: linux/drivers/block/paride/pseudo.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Feb 9 11:30:22 2001
- Orig file:
v2.4.1/linux/drivers/block/paride/pt.c
- Orig date:
Mon Oct 16 12:58:51 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/block/paride/pt.c linux/drivers/block/paride/pt.c
@@ -1,6 +1,6 @@
/*
pt.c (c) 1998 Grant R. Guenther <grant@torque.net>
- Under the terms of the GNU public license.
+ Under the terms of the GNU General Public License.
This is the high-level driver for parallel port ATAPI tape
drives based on chips supported by the paride module.
@@ -146,7 +146,7 @@
#include <linux/devfs_fs_kernel.h>
#include <linux/kernel.h>
#include <linux/delay.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/mtio.h>
#include <linux/wait.h>
#include <linux/smp_lock.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)