Skip to content

Commit a844506

Browse files
sfrothwelltorvalds
authored andcommitted
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
Reported-by: Witold Baryluk <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 6f66263 commit a844506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/md/persistent-data/dm-space-map-checker.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "dm-space-map-checker.h"
88

99
#include <linux/device-mapper.h>
10+
#include <linux/export.h>
1011

1112
#ifdef CONFIG_DM_DEBUG_SPACE_MAPS
1213

0 commit comments

Comments
 (0)