diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-08-07 11:36:09 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-08-30 21:34:27 +0100 |
commit | 9fe5f52c9eb2f2df2b6ffdab0100f4475fef2ba1 (patch) | |
tree | e4f82e1ee9d83753954a7af91e5a0618164e2e37 /drivers/zorro/names.c | |
parent | 561775169ce289850670fdb4a7353b67a7095bfa (diff) |
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>
Diffstat (limited to 'drivers/zorro/names.c')
0 files changed, 0 insertions, 0 deletions