]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/nand/omap2.c
Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel...
[karo-tx-linux.git] / drivers / mtd / nand / omap2.c
index 513e0a76a4a73866d52bba8151e43556a3b30a54..cd41c58b5bbd50f8ed905a1a6da71dedc5cfca7e 100644 (file)
@@ -111,11 +111,11 @@ static int use_dma = 1;
 module_param(use_dma, bool, 0);
 MODULE_PARM_DESC(use_dma, "enable/disable use of DMA");
 #else
-const int use_dma;
+static const int use_dma;
 #endif
 #else
 const int use_prefetch;
-const int use_dma;
+static const int use_dma;
 #endif
 
 struct omap_nand_info {