]> git.baikalelectronics.ru Git - kernel.git/commit
x86: asm/io.h: unify ioremap prototypes
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 21:29:52 +0000 (13:29 -0800)
committerJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 21:29:52 +0000 (13:29 -0800)
commit91d67a1329bec7a5372d0e4ad0e633b7a08535ba
treedaa2e77d813a26e5199285dc60dabd3baeeeb0ae
parent76e7897f410c22e1be6a8a42cc5126190aeb74b4
x86: asm/io.h: unify ioremap prototypes

Impact: unify identical code

asm/io_32.h and _64.h have identical prototypes for the ioremap family
of functions.  The 32-bit header had a more descriptive comment.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/include/asm/io.h
arch/x86/include/asm/io_32.h
arch/x86/include/asm/io_64.h