patch-2.4.2 linux/drivers/block/paride/pg.c
Next file: linux/drivers/block/paride/pseudo.h
Previous file: linux/drivers/block/paride/pf.c
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/pg.c
- Orig date:
Mon Oct 16 12:58:51 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/block/paride/pg.c linux/drivers/block/paride/pg.c
@@ -1,6 +1,6 @@
/*
pg.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.
The pg driver provides a simple character device interface for
sending ATAPI commands to a device. With the exception of the
@@ -167,7 +167,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/pg.h>
#include <linux/wait.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)