diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2009-09-28 04:28:01 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-01 15:17:54 -0400 |
commit | ab8fafc2e1ecc0090f2c78902d3b992eec8b11f8 (patch) | |
tree | bdf5ca70fcedfc9f085c684693c9dfe737410e49 /drivers/block/drbd/drbd_req.c | |
parent | b411b3637fa71fce9cf2acf0639009500f5892fe (diff) |
dropping unneeded include autoconf.h
It is force-included on the gcc command line since at least 2.6.15.
Explicit include lines seem to break compilation now in certain configurations.
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'drivers/block/drbd/drbd_req.c')
-rw-r--r-- | drivers/block/drbd/drbd_req.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c index 0656cf1edd57..1aaa397669a8 100644 --- a/drivers/block/drbd/drbd_req.c +++ b/drivers/block/drbd/drbd_req.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <linux/autoconf.h> | ||
27 | #include <linux/module.h> | 26 | #include <linux/module.h> |
28 | 27 | ||
29 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |