[2.6 patch] remove #include blk.h in dm-ioctl-v{1,4}.c
From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 07/28/03
- Previous message: Rusty Russell: "Re: [PATCH] Remove module reference counting."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Jul 2003 04:58:12 +0200 To: dm@uk.sistina.com
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/
- Previous message: Rusty Russell: "Re: [PATCH] Remove module reference counting."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|