commit | 733daa52b8d358e7c18be7fb9f82afc0619408f4 | [log] [tgz] |
---|---|---|
author | G, Manjunath Kondaiah <manjugk@ti.com> | Wed Oct 06 03:26:56 2010 +0530 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Oct 25 00:57:33 2010 +0100 |
tree | 7a35b8560a3cda4b7bd16b0166624ac19db8e8bb | |
parent | 65e5a0e18e5fb5bc6cfabd8ef4b9fc1c8569ba62 [diff] |
mtd: omap2: fix static declaration warning This patch fixes sparse warning for static declaration of variable "use_dma" drivers/mtd/nand/omap2.c:114:11: warning: symbol 'use_dma' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah <manjugk@ti.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>