aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/lpddr
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 15:17:31 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:12 -0400
commita0e5cc581b3fc0e0a909e3cab48d9ec286c2a276 (patch)
treeafdb3703930992a9fe32b2e78ced92fe79b1613d /drivers/mtd/lpddr
parentmtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed (diff)
downloadlinux-dev-a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276.tar.xz
linux-dev-a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276.zip
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/lpddr')
-rw-r--r--drivers/mtd/lpddr/lpddr_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/lpddr/lpddr_cmds.c b/drivers/mtd/lpddr/lpddr_cmds.c
index 65655dd59e1f..1dca31d9a8b3 100644
--- a/drivers/mtd/lpddr/lpddr_cmds.c
+++ b/drivers/mtd/lpddr/lpddr_cmds.c
@@ -27,6 +27,7 @@
#include <linux/mtd/pfow.h>
#include <linux/mtd/qinfo.h>
#include <linux/slab.h>
+#include <linux/module.h>
static int lpddr_read(struct mtd_info *mtd, loff_t adr, size_t len,
size_t *retlen, u_char *buf);