staging: vt6655: upc.h replace read and write memory functions
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 10 Aug 2014 11:22:02 +0000 (12:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:15 +0000 (12:23 -0700)
commit965d017f49f7094348d95d8034f1ef94ddce601c
tree8916a205b67d4178f09f5e56171972eb88a6e389
parent3e66a2aadd5f89f0012ac4f66dd3456c5921a39e
staging: vt6655: upc.h replace read and write memory functions

Update to the newer memory functions
readb -> ioread8
readw -> ioread16
readl -> ioread32
writeb -> iowrite8
writew -> iowrite16
writel -> iowrite32

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/upc.h
This page took 0.02429 seconds and 5 git commands to generate.