From: Jaswinder Singh Rajput Date: Mon, 12 Jan 2009 09:15:14 +0000 (+0530) Subject: x86: msr.c fix style problems X-Git-Tag: firefly_0821_release~13991^2~247^2~39^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9;p=firefly-linux-kernel-4.4.55.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;