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

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)