From: Robert Richter Date: Tue, 20 Jul 2010 18:50:48 +0000 (+0200) Subject: x86, xsave: Do not include asm/i387.h in asm/xsave.h X-Git-Tag: v2.6.36-rc1~507^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa2b5f8ec60505160df1c25398e8286c8432689;p=pandora-kernel.git x86, xsave: Do not include asm/i387.h in asm/xsave.h There are no dependencies to asm/i387.h. Instead, if including only xsave.h the following error occurs: .../arch/x86/include/asm/i387.h:110: error: ‘XSTATE_FP’ undeclared (first use in this function) .../arch/x86/include/asm/i387.h:110: error: (Each undeclared identifier is reported only once .../arch/x86/include/asm/i387.h:110: error: for each function it appears in.) This patch fixes this. Signed-off-by: Robert Richter LKML-Reference: <1279651857-24639-2-git-send-email-robert.richter@amd.com> Acked-by: Suresh Siddha Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed