From: Brian Norris Date: Wed, 22 Oct 2014 17:17:38 +0000 (-0700) Subject: mtd: docg3: fix 'defined but not used' warning X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4efafcc040dcc91b09fd393756e4ee4ad7bf9f2;p=pandora-kernel.git mtd: docg3: fix 'defined but not used' warning With CONFIG_OF=n, we can see the following warning: drivers/mtd/devices/docg3.c:2122:28: warning: 'docg3_dt_ids' defined but not used [-Wunused-variable] static struct of_device_id docg3_dt_ids[] = { Signed-off-by: Brian Norris Cc: Robert Jarzmik --- Reading git-diff-tree failed