summaryrefslogtreecommitdiff
path: root/include/linux/sh_dma.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2013-07-02 17:46:01 +0200
committerVinod Koul <vinod.koul@intel.com>2013-08-25 11:54:35 +0530
commit115357e9774ff8d70a84d3c31f271209913637b0 (patch)
tree5e294c58ac1fd42db8e380ef6229bd490699d2ad /include/linux/sh_dma.h
parenta28a94e84bca8ba7db66bcc0db1bea51840b08b2 (diff)
DMA: shdma: switch all __iomem pointers to void
In the shdma driver __iomem pointers are used to point to hardware registers. Using typed pointers like "u32 __iomem *" in this case is inconvenient, because then offsets, added to such pointers, have to be devided by sizeof(u32) or similar. Switch the driver to use void pointers, which avoids this clumsiness. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/sh_dma.h')
0 files changed, 0 insertions, 0 deletions