From: Ezequiel Garcia Date: Mon, 28 Oct 2013 00:51:46 +0000 (-0300) Subject: ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition X-Git-Tag: omap-for-v3.14/fixes-not-urgent-signed~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e699b193ab1ff2d635fb4989695e791264e01e;p=pandora-kernel.git ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition This commit moves a bunch of initialization previously enclosed under a 'if (gpmc_t)' check, to be outside such condition. These initializations are not related to gpmc_t (timings) in any way so it's nonsense to enclose them under such check. Signed-off-by: Ezequiel Garcia Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed