[2.6 patch] remove #include blk.h in dm-ioctl-v{1,4}.c

From: Adrian Bunk (bunk@fs.tum.de)
Date: Sun Jul 27 2003 - 21:58:12 EST


The patch below removed two #include's of the obsolete blk.h.

I've tested the compilation with 2.6.0-test2.

Please apply
Adrian

--- linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v1.c.tmp 2003-07-28 04:50:45.000000000 +0200
+++ linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v1.c 2003-07-28 04:51:13.000000000 +0200
@@ -12,7 +12,6 @@
 #include <linux/dm-ioctl.h>
 #include <linux/init.h>
 #include <linux/wait.h>
-#include <linux/blk.h>
 #include <linux/slab.h>
 #include <linux/devfs_fs_kernel.h>
 
--- linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v4.c.tmp 2003-07-28 04:51:20.000000000 +0200
+++ linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v4.c 2003-07-28 04:51:30.000000000 +0200
@@ -11,7 +11,6 @@
 #include <linux/miscdevice.h>
 #include <linux/init.h>
 #include <linux/wait.h>
-#include <linux/blk.h>
 #include <linux/slab.h>
 #include <linux/devfs_fs_kernel.h>
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:34 EST