]> Pileus Git - ~andy/linux/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)
commit133822c5c038b265ddb6545cda3a4c88815c7d3d
treedaa2e77d813a26e5199285dc60dabd3baeeeb0ae
parent976e8f677e42757e5586ea04a9ac8bb8ddaa037e
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