From: Claudiu Manoil Date: Tue, 7 Oct 2014 07:44:35 +0000 (+0300) Subject: gianfar: Replace eieio with wmb for non-PPC archs X-Git-Tag: fixes-against-v3.18-rc2~115^2~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55398ba81139bc826a8c2417a01280e99f08cf3;p=pandora-kernel.git gianfar: Replace eieio with wmb for non-PPC archs Replace PPC specific eieio() with arch independent wmb() for other architectures, i.e. ARM. The eieio() macro is not defined on ARM and generates build error. Signed-off-by: Claudiu Manoil Signed-off-by: David S. Miller --- Reading git-diff-tree failed