diff options
| -rw-r--r-- | drivers/md/persistent-data/dm-btree-remove.c | 2 | ||||
| -rw-r--r-- | drivers/md/persistent-data/dm-btree.c | 2 | ||||
| -rw-r--r-- | drivers/md/persistent-data/dm-space-map-disk.c | 2 | ||||
| -rw-r--r-- | drivers/md/persistent-data/dm-transaction-manager.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/md/persistent-data/dm-btree-remove.c b/drivers/md/persistent-data/dm-btree-remove.c index 65fd85ec651..023fbc2d389 100644 --- a/drivers/md/persistent-data/dm-btree-remove.c +++ b/drivers/md/persistent-data/dm-btree-remove.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | #include "dm-btree-internal.h" | 8 | #include "dm-btree-internal.h" |
| 9 | #include "dm-transaction-manager.h" | 9 | #include "dm-transaction-manager.h" |
| 10 | 10 | ||
| 11 | #include <linux/module.h> | 11 | #include <linux/export.h> |
| 12 | 12 | ||
| 13 | /* | 13 | /* |
| 14 | * Removing an entry from a btree | 14 | * Removing an entry from a btree |
diff --git a/drivers/md/persistent-data/dm-btree.c b/drivers/md/persistent-data/dm-btree.c index e0638be53ea..bd1e7ffbe26 100644 --- a/drivers/md/persistent-data/dm-btree.c +++ b/drivers/md/persistent-data/dm-btree.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | #include "dm-space-map.h" | 8 | #include "dm-space-map.h" |
| 9 | #include "dm-transaction-manager.h" | 9 | #include "dm-transaction-manager.h" |
| 10 | 10 | ||
| 11 | #include <linux/module.h> | 11 | #include <linux/export.h> |
| 12 | #include <linux/device-mapper.h> | 12 | #include <linux/device-mapper.h> |
| 13 | 13 | ||
| 14 | #define DM_MSG_PREFIX "btree" | 14 | #define DM_MSG_PREFIX "btree" |
diff --git a/drivers/md/persistent-data/dm-space-map-disk.c b/drivers/md/persistent-data/dm-space-map-disk.c index aeff7852cf7..fc469ba9f62 100644 --- a/drivers/md/persistent-data/dm-space-map-disk.c +++ b/drivers/md/persistent-data/dm-space-map-disk.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | #include <linux/list.h> | 13 | #include <linux/list.h> |
| 14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
| 15 | #include <linux/module.h> | 15 | #include <linux/export.h> |
| 16 | #include <linux/device-mapper.h> | 16 | #include <linux/device-mapper.h> |
| 17 | 17 | ||
| 18 | #define DM_MSG_PREFIX "space map disk" | 18 | #define DM_MSG_PREFIX "space map disk" |
diff --git a/drivers/md/persistent-data/dm-transaction-manager.c b/drivers/md/persistent-data/dm-transaction-manager.c index 728e89a3f97..6f8d38747d7 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 | ||
