aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/msr.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-12 14:45:14 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-12 11:22:50 +0100
commit448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9 (patch)
tree8f492468f6b28fb7ec55f861636baf754eccfa17 /arch/x86/kernel/msr.c
parentx86: microcode_intel.c fix style problems (diff)
downloadlinux-dev-448dd2fa3ec915ad4325868ef8bb9b9490d9f6a9.tar.xz
linux-dev-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.c2
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;