commit | 5d137cf2711e03e9f2709a30ae2d1488483df88e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 09 17:32:46 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 16 21:06:46 2016 +0100 |
tree | b324506cbf44eb9e78bcf8468f46b26e043bc72e | |
parent | 36eb053395689a789e7ab54f956b8c484e8a65b5 [diff] |
MIPS: vct: fix I/O accessor calls Use void pointers as address argument for readl( and writel()). This is required for the upcoming MIPS asm header file and I/O accessor update. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>