From: Chen Gang Date: Sat, 3 May 2014 01:06:28 +0000 (+0800) Subject: arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition X-Git-Tag: omap-for-v3.16/fixes-rc4~73^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312c6df40354e81d052d96c9d0c68cca82a65053;p=pandora-kernel.git arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition Need generic definition for readl_relaxed(), like other architectures have done. Or can not pass compiling with allmodconfig, the related error: CC [M] drivers/message/fusion/mptbase.o drivers/message/fusion/mptbase.c: In function 'mpt_send_handshake_request': drivers/message/fusion/mptbase.c:1224: error: implicit declaration of function 'readl_relaxed' Signed-off-by: Chen Gang Acked-by: Xuetao Guan Signed-off-by: Xuetao Guan --- Reading git-diff-tree failed