From: Jaswinder Singh Rajput Date: Mon, 12 Jan 2009 09:15:14 +0000 (+0530) Subject: x86: msr.c fix style problems X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9;p=openwrt%2Fstaging%2Fblogic.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;