diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 12:43:28 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:11 -0400 |
commit | f3bcc0179ab8145615a3b409d652cad1395fb7f3 (patch) | |
tree | fdf8948971640356aee61cc23114cb4d78460cc7 /drivers/mtd/ubi | |
parent | 4bb33cc8901898af80d5d4a9917067aa0839922a (diff) | |
download | op-kernel-dev-f3bcc0179ab8145615a3b409d652cad1395fb7f3.zip op-kernel-dev-f3bcc0179ab8145615a3b409d652cad1395fb7f3.tar.gz |
mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
These two common macros will be no longer present everywhere.
Call out the include needs of them explicitly where required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/vmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c index 97e093d..863835f 100644 --- a/drivers/mtd/ubi/vmt.c +++ b/drivers/mtd/ubi/vmt.c @@ -26,6 +26,7 @@ #include <linux/err.h> #include <linux/math64.h> #include <linux/slab.h> +#include <linux/export.h> #include "ubi.h" #ifdef CONFIG_MTD_UBI_DEBUG |