From: H. Peter Anvin Date: Thu, 23 Oct 2008 05:26:29 +0000 (-0700) Subject: x86: Fix ASM_X86__ header guards X-Git-Tag: v2.6.28-rc1~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1965aae3c98397aad957412413c07e97b1bd4e64;p=pandora-kernel.git x86: Fix ASM_X86__ header guards Change header guards named "ASM_X86__*" to "_ASM_X86_*" since: a. the double underscore is ugly and pointless. b. no leading underscore violates namespace constraints. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed