From: Arnd Bergmann Date: Tue, 6 Nov 2012 21:55:26 +0000 (+0100) Subject: mtd: diskonchip: don't warn about ARM architecture X-Git-Tag: v3.8-rc1~47^2~57 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca796f85901880c1247e19053d70b640f996813e;p=pandora-kernel.git mtd: diskonchip: don't warn about ARM architecture Enabling the diskonchip drivers on most architectures results in a pointless warning "#warning Unknown architecture for DiskOnChip. No default probe locations defined". The driver can in fact handle the default location already through the CONFIG_MTD_DOCPROBE_ADDRESS, which gets set on the platforms that need it, and we get a run-time error if this is not set correctly. Signed-off-by: Arnd Bergmann Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed