diff options
author | Jens Axboe <axboe@kernel.dk> | 2011-09-28 09:35:40 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2011-11-05 03:35:10 -0400 |
commit | 0e838c624e04490985162a1b00d7aa1956c8834e (patch) | |
tree | 24843070b9c8087dd712dbdfb1c2457af56efaf5 /drivers/block/mtip32xx | |
parent | 3ff147d3a88e43135b1861d964496101657fa9a2 (diff) |
mtip32xx: add module.h include to avoid conflict with moduleh tree
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/mtip32xx')
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index b426a939c37..f7a33211a81 100644 --- a/drivers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/smp.h> | 28 | #include <linux/smp.h> |
29 | #include <linux/compat.h> | 29 | #include <linux/compat.h> |
30 | #include <linux/fs.h> | 30 | #include <linux/fs.h> |
31 | #include <linux/module.h> | ||
31 | #include <linux/genhd.h> | 32 | #include <linux/genhd.h> |
32 | #include <linux/blkdev.h> | 33 | #include <linux/blkdev.h> |
33 | #include <linux/bio.h> | 34 | #include <linux/bio.h> |