diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-24 23:09:02 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-11-30 12:36:44 -0800 |
commit | fe7579d6122f2869d00b55842bca9e2a9be51607 (patch) | |
tree | 198defac423ce504e466953d256619f126665155 /Documentation/SM501.txt | |
parent | f5f92b36fbbb8ac7d70ff5fa39ec2637cce3094c (diff) | |
download | talos-op-linux-fe7579d6122f2869d00b55842bca9e2a9be51607.tar.gz talos-op-linux-fe7579d6122f2869d00b55842bca9e2a9be51607.zip |
mtd: cfi: don't warn about broken geometry for !CONFIG_MTD
The linux/mtd/map.h header file is included by a couple of
platform specific files that are built even when CONFIG_MTD
is disabled, and we always get
warning "No CONFIG_MTD_MAP_BANK_WIDTH_xx selected. No NOR chip support can work"
in that case. This adds an #ifdef around the pointless warning,
as everything is really fine when we don't build the drivers
anyway.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/SM501.txt')
0 files changed, 0 insertions, 0 deletions