From: Jaswinder Singh Rajput Date: Mon, 12 Jan 2009 09:15:14 +0000 (+0530) Subject: x86: msr.c fix style problems X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9;p=linux-beck.git x86: msr.c fix style problems Impact: cleanup Fix: WARNING: Use #include instead of total: 0 errors, 1 warnings Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/msr.c b/arch/x86/kernel/msr.c index 726266695b2c..3cf3413ec626 100644 --- a/arch/x86/kernel/msr.c +++ b/arch/x86/kernel/msr.c @@ -35,10 +35,10 @@ #include #include #include +#include #include #include -#include #include static struct class *msr_class;