]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
authorJosh Wu <josh.wu@atmel.com>
Wed, 7 Aug 2013 03:36:09 +0000 (11:36 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 30 Aug 2013 20:34:27 +0000 (21:34 +0100)
commit9fe5f52c9eb2f2df2b6ffdab0100f4475fef2ba1
treee4f82e1ee9d83753954a7af91e5a0618164e2e37
parent561775169ce289850670fdb4a7353b67a7095bfa
mtd: atmel_nand: fix the warning when CONFIG_OF is not defined

This patch fix following warning:

drivers/mtd/nand/atmel_nand.c:2007: warning: 'atmel_nand_nfc_match' defined but not used

This patch add '#if defined(CONFIG_OF)' block to guard around the definition
of atmel_nand_nfc_match, in order to avoid the warning when the kernel is
configured without DT support.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/atmel_nand.c