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.h | |
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.h')
-rw-r--r-- | drivers/block/drbd/drbd_req.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_req.h b/drivers/block/drbd/drbd_req.h index d37ab57f1209..f22c1bc8ec7e 100644 --- a/drivers/block/drbd/drbd_req.h +++ b/drivers/block/drbd/drbd_req.h | |||
@@ -25,7 +25,6 @@ | |||
25 | #ifndef _DRBD_REQ_H | 25 | #ifndef _DRBD_REQ_H |
26 | #define _DRBD_REQ_H | 26 | #define _DRBD_REQ_H |
27 | 27 | ||
28 | #include <linux/autoconf.h> | ||
29 | #include <linux/module.h> | 28 | #include <linux/module.h> |
30 | 29 | ||
31 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |