]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition
authorChen Gang <gang.chen.5i5j@gmail.com>
Sat, 3 May 2014 01:06:28 +0000 (09:06 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 29 May 2014 06:50:20 +0000 (14:50 +0800)
commit987b67126f20e41f681cd2671c44244fca83c313
treea43f179e1152a25a069455c4fc926a9ad65c1d53
parentd1bdbb231b3898ba9e842265168705a4dd5777b9
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 <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
arch/unicore32/include/asm/io.h