]> git.hungrycats.org Git - linux/commitdiff
[PATCH] dm: remove blk.h include
authorAndrew Morton <akpm@osdl.org>
Thu, 7 Aug 2003 04:12:23 +0000 (21:12 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 7 Aug 2003 04:12:23 +0000 (21:12 -0700)
From: Joe Thornber <thornber@sistina.com>

Remove includes of <linux/blk.h>. This header is deprecated in 2.6.
[Kevin Corry]

drivers/md/dm-ioctl-v1.c
drivers/md/dm-ioctl-v4.c

index 19cea7db179fa648aefead960ee48cdaff15fdfe..3afe5e55ae66dd1decffa29f6c6178724060bd7e 100644 (file)
@@ -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>
 
index 7360254999da3ad14b282bca54e668a2891912d5..8b11dd803e1919373b368b660ddc6c5d309548a1 100644 (file)
@@ -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>