From: Josh Wu Date: Wed, 18 Sep 2013 03:31:19 +0000 (+0800) Subject: mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code X-Git-Tag: v3.13-rc1~98^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d8da807d818ce8e8399f528fd8efaac3eef36b;p=pandora-kernel.git mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code Since the of specific code are declared in regardless of CONFIG_OF. Remove the #if defined(CONFIG_OF) guard and use an IS_ENABLED(CONFIG_OF) instead. Thanks to Ezequiel Garcia's for this protype. Signed-off-by: Josh Wu Acked-by: Ezequiel Garcia Signed-off-by: Brian Norris --- Reading git-diff-tree failed