From 733daa52b8d358e7c18be7fb9f82afc0619408f4 Mon Sep 17 00:00:00 2001 From: "G, Manjunath Kondaiah" Date: Wed, 6 Oct 2010 03:26:56 +0530 Subject: [PATCH] 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 Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-format-patch failed