From: Brian Norris Date: Wed, 21 May 2014 20:25:46 +0000 (-0700) Subject: mtd: lpddr: fix Kconfig dependency, for I/O accessors X-Git-Tag: omap-for-v3.16/fixes-against-rc1~57^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897f3a18b0bbe466b7405d96bc99550578d5b145;p=pandora-kernel.git mtd: lpddr: fix Kconfig dependency, for I/O accessors Not all architectures implement a writel_relaxed() accessor. Hopefully this will change eventually, but for now, this means lpddr2_nvm.c can't compile on some architectures. Let's add an ARM dependency for now, and leave a comment so maybe we can change this in the future. Signed-off-by: Brian Norris Cc: Vincenzo Aliberti --- Reading git-diff-tree failed