From: Uwe Kleine-König Date: Wed, 17 Jul 2013 06:48:41 +0000 (+0200) Subject: serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverage X-Git-Tag: v3.12-rc1~182^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2a0c70ce70572b517b7d2b5c68b7c9819fe3ff;p=pandora-kernel.git serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverage The driver fails to build on x86 because writel_relaxed isn't available there. That function exists on arm, arm64, avr32, hexagon, mips and sh, but adding all these is overkill so stick to arm only. Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed