Documentation: fix ioremap return type
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Sat, 2 Jan 2010 04:35:41 +0000 (20:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Jan 2010 18:09:44 +0000 (10:09 -0800)
commit143724fd3d3c154009fe95846dcbf7afadca8ab1
treeb4d5f274be8fbe92a31d22c39f35d695219c3aab
parent4b6764fa9e25cf628e42bbd192eca1e0b8e59061
Documentation: fix ioremap return type

ioremap() returns a void __iomem * not a char *.  Update the documentation
file to reflect this.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/IO-mapping.txt