diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-09-28 18:29:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-07 13:29:09 -0500 |
commit | 1944ce60fe1e92506d3347f4d8e10a82b17096e4 (patch) | |
tree | 1da72242c0a525e6a46c3ddc9693d88816362a03 /drivers/md/persistent-data/dm-transaction-manager.c | |
parent | 0c073e35550879fd133bc3fe509df5b88da51278 (diff) |
drivers/md: change module.h -> export.h in persistent-data/dm-*
For the files which are not themselves modular, we can change
them to include only the smaller export.h since all they are
doing is looking for EXPORT_SYMBOL.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/md/persistent-data/dm-transaction-manager.c')
-rw-r--r-- | drivers/md/persistent-data/dm-transaction-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/persistent-data/dm-transaction-manager.c b/drivers/md/persistent-data/dm-transaction-manager.c index 728e89a3f978..6f8d38747d7f 100644 --- a/drivers/md/persistent-data/dm-transaction-manager.c +++ b/drivers/md/persistent-data/dm-transaction-manager.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "dm-space-map-metadata.h" | 10 | #include "dm-space-map-metadata.h" |
11 | #include "dm-persistent-data-internal.h" | 11 | #include "dm-persistent-data-internal.h" |
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/export.h> |
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <linux/device-mapper.h> | 15 | #include <linux/device-mapper.h> |
16 | 16 | ||