aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/omap2.c')
-rw-r--r--drivers/mtd/nand/omap2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c
index 133d51528f8..439e80d78ed 100644
--- a/drivers/mtd/nand/omap2.c
+++ b/drivers/mtd/nand/omap2.c
@@ -111,11 +111,11 @@ static int use_dma = 1;
111module_param(use_dma, bool, 0); 111module_param(use_dma, bool, 0);
112MODULE_PARM_DESC(use_dma, "enable/disable use of DMA"); 112MODULE_PARM_DESC(use_dma, "enable/disable use of DMA");
113#else 113#else
114const int use_dma; 114static const int use_dma;
115#endif 115#endif
116#else 116#else
117const int use_prefetch; 117const int use_prefetch;
118const int use_dma; 118static const int use_dma;
119#endif 119#endif
120 120
121struct omap_nand_info { 121struct omap_nand_info {