diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-12 14:45:14 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-12 11:22:50 +0100 |
commit | 448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9 (patch) | |
tree | 8f492468f6b28fb7ec55f861636baf754eccfa17 /arch/x86/kernel/msr.c | |
parent | dd3feda7748b4c2739de47daaaa387fb01926c15 (diff) | |
download | linux-stable-448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9.tar.gz linux-stable-448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9.tar.bz2 linux-stable-448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9.zip |
x86: msr.c fix style problems
Impact: cleanup
Fix:
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
total: 0 errors, 1 warnings
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/msr.c')
-rw-r--r-- | arch/x86/kernel/msr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/device.h> #include <linux/cpu.h> #include <linux/notifier.h> +#include <linux/uaccess.h> #include <asm/processor.h> #include <asm/msr.h> -#include <asm/uaccess.h> #include <asm/system.h> static struct class *msr_class; |