From: Daniel Thompson Date: Tue, 23 Sep 2014 07:31:30 +0000 (+0100) Subject: serial: asc: Conditionally use readl_relaxed (COMPILE_TEST) X-Git-Tag: fixes-for-v3.18-merge-window~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daea65a7be76953bb80d13d0ac43e7441fd42cdf;p=pandora-kernel.git serial: asc: Conditionally use readl_relaxed (COMPILE_TEST) Commit 08177ece596c ("serial: asc: Adopt readl_/writel_relaxed()) is regressing the m68k allmodconfig build. This is due to the unconditional use of readl_relaxed() which, although documented, does not currently exist for m68k. This is trivially fixable for st-asc because we can just update the asc_in() accessor to make this conditional. Reported-by: Guenter Roeck Signed-off-by: Daniel Thompson Cc: Srinivas Kandagatla Cc: Maxime Coquelin Cc: Patrice Chotard Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed