linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] remove #include blk.h in dm-ioctl-v{1,4}.c
@ 2003-07-28  2:58 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-07-28  2:58 UTC (permalink / raw)
  To: dm; +Cc: linux-lvm, linux-kernel, trivial

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>
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-28  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-28  2:58 [2.6 patch] remove #include blk.h in dm-ioctl-v{1,4}.c Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).