From: Jean Delvare Date: Thu, 1 May 2008 11:35:01 +0000 (-0700) Subject: dmi: clean-up dmi helper declarations X-Git-Tag: v2.6.26-rc1~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3fb66ced1a890769d71a4f4ae9f68b8afa98b6;p=pandora-kernel.git 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 . * On x86-64 they are declared in . * On i386 they are declared both in and . Fix the header files so that the dmi helper functions are consistently defined in . Signed-off-by: Jean Delvare Cc: Matt Domsch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed