From b247e81bb738358fef900aca1844e43f556c8e88 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Tue, 1 Sep 2009 15:52:21 -0700 Subject: [PATCH] gpllib: fix cpuid.h Once-Only Header wrapper It seems that the cpuid.h had a misplaced #endif. Signed-off-by: Pierre-Alexandre Meyer --- com32/gplinclude/cpuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h index 95d66e9..9e21cf9 100644 --- a/com32/gplinclude/cpuid.h +++ b/com32/gplinclude/cpuid.h @@ -159,7 +159,6 @@ struct cpuinfo_x86 { unsigned char x86_clflush_size; } __attribute__ ((__packed__)); -#endif struct cpu_model_info { int vendor; @@ -208,3 +207,4 @@ struct intel_mp_floating { extern void get_cpu_vendor(struct cpuinfo_x86 *c); extern void detect_cpu(s_cpu * cpu); +#endif -- 2.7.4