diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 18:43:28 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:11 +0100 |
commit | f3bcc0179ab8145615a3b409d652cad1395fb7f3 (patch) | |
tree | fdf8948971640356aee61cc23114cb4d78460cc7 /drivers/mtd/nand | |
parent | crypto: add module.h to those files that are explicitly using it (diff) | |
download | linux-f3bcc0179ab8145615a3b409d652cad1395fb7f3.tar.xz linux-f3bcc0179ab8145615a3b409d652cad1395fb7f3.zip |
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/nand')
-rw-r--r-- | drivers/mtd/nand/nand_bbt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c index ccbeaa1e4a8e..4165857752ca 100644 --- a/drivers/mtd/nand/nand_bbt.c +++ b/drivers/mtd/nand/nand_bbt.c @@ -67,6 +67,7 @@ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/vmalloc.h> +#include <linux/export.h> static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) { |