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_main.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_main.c')
-rw-r--r-- | drivers/block/drbd/drbd_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c index edf0b8031e69..80273f21a4aa 100644 --- a/drivers/block/drbd/drbd_main.c +++ b/drivers/block/drbd/drbd_main.c | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <linux/autoconf.h> | ||
30 | #include <linux/module.h> | 29 | #include <linux/module.h> |
31 | #include <linux/version.h> | 30 | #include <linux/version.h> |
32 | #include <linux/drbd.h> | 31 | #include <linux/drbd.h> |