diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 15:17:31 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:12 -0400 |
commit | a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276 (patch) | |
tree | afdb3703930992a9fe32b2e78ced92fe79b1613d /drivers/mtd/nand/cmx270_nand.c | |
parent | f3bcc0179ab8145615a3b409d652cad1395fb7f3 (diff) | |
download | op-kernel-dev-a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276.zip op-kernel-dev-a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276.tar.gz |
mtd: Add module.h to drivers users that were implicitly using it.
We are cleaning up the implicit presence of module.h that these
drivers are taking advantage of. Fix them in advance of the
cleanup operation.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mtd/nand/cmx270_nand.c')
-rw-r--r-- | drivers/mtd/nand/cmx270_nand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/cmx270_nand.c b/drivers/mtd/nand/cmx270_nand.c index 6fc043a..be33b0f 100644 --- a/drivers/mtd/nand/cmx270_nand.c +++ b/drivers/mtd/nand/cmx270_nand.c @@ -22,6 +22,7 @@ #include <linux/mtd/partitions.h> #include <linux/slab.h> #include <linux/gpio.h> +#include <linux/module.h> #include <asm/io.h> #include <asm/irq.h> |