From: Brian Norris Date: Wed, 16 Apr 2014 08:40:17 +0000 (-0700) Subject: mtd: st_spi_fsm: only build for ARM X-Git-Tag: omap-for-v3.16/fixes-against-rc1~57^2~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc002f99f3aa7c05981ecbbbc20efe5e8befe98a;p=pandora-kernel.git mtd: st_spi_fsm: only build for ARM COMPILE_TEST allows us to build this driver on other arch'es. But not all arch'es have the right I/O accessors -- particularly, x86 is missing readsl() and writesl(). So just restrict this driver to ARCH_STI. It's still buildable for a multiplatform ARM kernel, so it can get decent compile coverage. Signed-off-by: Brian Norris Acked-by: Lee Jones --- Reading git-diff-tree failed