Revision db7ef289a2f6a4a72c7715076dfd44e9f393b29c authored by Chen Gang on 14 March 2014, 01:19:39 UTC, committed by Guan Xuetao on 20 June 2014, 00:22:37 UTC
Add readl() and writel() for 'PM_' macros, just like another areas have
done within unicored32, or will cause compiling issue.

The related error (allmodconfig for unicored32):

    CC      arch/unicore32/kernel/clock.o
  arch/unicore32/kernel/clock.c: In function 'clk_set_rate':
  arch/unicore32/kernel/clock.c:182: warning: initialization makes integer from pointer without a cast
  arch/unicore32/kernel/clock.c:204: error: lvalue required as left operand of assignment
  arch/unicore32/kernel/clock.c:206: error: lvalue required as left operand of assignment
  arch/unicore32/kernel/clock.c:207: error: invalid operands to binary & (have 'void *' and 'long unsigned int')
  make[1]: *** [arch/unicore32/kernel/clock.o] Error 1
  make: *** [arch/unicore32/kernel] Error 2

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>
1 parent df8e4c7
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 270 bytes
README -rw-r--r-- 299 bytes
TODO -rw-r--r-- 1.2 KB
af_decnet.c -rw-r--r-- 53.2 KB
dn_dev.c -rw-r--r-- 32.3 KB
dn_fib.c -rw-r--r-- 18.3 KB
dn_neigh.c -rw-r--r-- 15.3 KB
dn_nsp_in.c -rw-r--r-- 21.0 KB
dn_nsp_out.c -rw-r--r-- 17.5 KB
dn_route.c -rw-r--r-- 47.2 KB
dn_rules.c -rw-r--r-- 5.4 KB
dn_table.c -rw-r--r-- 19.9 KB
dn_timer.c -rw-r--r-- 3.0 KB
sysctl_net_decnet.c -rw-r--r-- 7.2 KB

README

back to top