diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-11-01 05:27:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-07 13:29:10 -0500 |
commit | a84450604d0fe08b6a2335efbedede18d3d7cc75 (patch) | |
tree | 013be8cd17b787a3051d1d614f794f30573467f8 /drivers/md | |
parent | 6f66263f8ebe1fb1f138de41ca9aa0a4860b30d0 (diff) |
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
Reported-by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-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')
-rw-r--r-- | drivers/md/persistent-data/dm-space-map-checker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/persistent-data/dm-space-map-checker.c b/drivers/md/persistent-data/dm-space-map-checker.c index bb44a937fe63..50ed53bf4aa2 100644 --- a/drivers/md/persistent-data/dm-space-map-checker.c +++ b/drivers/md/persistent-data/dm-space-map-checker.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include "dm-space-map-checker.h" | 7 | #include "dm-space-map-checker.h" |
8 | 8 | ||
9 | #include <linux/device-mapper.h> | 9 | #include <linux/device-mapper.h> |
10 | #include <linux/export.h> | ||
10 | 11 | ||
11 | #ifdef CONFIG_DM_DEBUG_SPACE_MAPS | 12 | #ifdef CONFIG_DM_DEBUG_SPACE_MAPS |
12 | 13 | ||