]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73667a7bd68192bdf3aaa1ca3191d9ebe6171748
treeb4d5f274be8fbe92a31d22c39f35d695219c3aab
parent04dbd5a9a3628481b1c8bd2b61cb0920f94cb82a
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