diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-03 12:26:21 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-06-04 04:00:32 -0400 |
commit | 87c9ea76a242c2f9063e2a8f3e90846c932c61a7 (patch) | |
tree | 1a382538a95b90ce9ab7ff37ea729ec57f62567d /drivers/block/mtip32xx | |
parent | 5041caa4d5e6dae418963de0c8f8a83f35e35dcf (diff) |
mtip32xx: Remove version.h header file inclusion
version.h header file inclusion is no longer required.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Diffstat (limited to 'drivers/block/mtip32xx')
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h index b2c88da26b2a..adb1aae3b752 100644 --- a/drivers/block/mtip32xx/mtip32xx.h +++ b/drivers/block/mtip32xx/mtip32xx.h | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/ata.h> | 26 | #include <linux/ata.h> |
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <linux/genhd.h> | 28 | #include <linux/genhd.h> |
29 | #include <linux/version.h> | ||
30 | 29 | ||
31 | /* Offset of Subsystem Device ID in pci confoguration space */ | 30 | /* Offset of Subsystem Device ID in pci confoguration space */ |
32 | #define PCI_SUBSYSTEM_DEVICEID 0x2E | 31 | #define PCI_SUBSYSTEM_DEVICEID 0x2E |