dmi: clean-up dmi helper declarations
authorJean Delvare <khali@linux-fr.org>
Thu, 1 May 2008 11:35:01 +0000 (04:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2008 15:04:01 +0000 (08:04 -0700)
commitef3fb66ced1a890769d71a4f4ae9f68b8afa98b6
treed32a738c199cde6d2fe7837501f75d9d762d0919
parent99da9047e675a4a8d671bbd67b34eb096c308b0d
dmi: clean-up dmi helper declarations

The declaration of dmi helper functions is a bit messy and inconsistent at the
moment:

* On ia64 they are declared in <asm/io.h>.
* On x86-64 they are declared in <asm/dmi.h>.
* On i386 they are declared both in <asm/io.h> and <asm/dmi.h>.

Fix the header files so that the dmi helper functions are consistently
defined in <asm/dmi.h>.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-ia64/dmi.h
include/asm-ia64/io.h
include/asm-x86/dmi.h
include/asm-x86/io_32.h