sparc32: fix sparse warning in iommu.c
authorSam Ravnborg <sam@ravnborg.org>
Fri, 16 May 2014 21:25:40 +0000 (23:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 May 2014 02:01:26 +0000 (19:01 -0700)
commitf977ea49ae24c3bf0595725465b9ca25385de307
treeac9fe9b7a1b2060f4ffe7cac7e50285dbd37c4fc
parent178f0ffa63475cd2fb69280900a71339292363bc
sparc32: fix sparse warning in iommu.c

Fix following warning:
iommu.c:69:21: warning: incorrect type in assignment (different address spaces)

iommu_struct.regs is __iomem - fix up all users.
Introduce sbus operations for all read/write operations.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/iommu_32.h
arch/sparc/mm/iommu.c
This page took 0.025264 seconds and 5 git commands to generate.