commit | 0c7fd8f4660ed612db5d9e9343f77edfe5af090b | [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 | 8061cfc942f22e7e9a98897d041966f619308cad [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>