Clean-up:  Fix incorrect path to header file

Commit af170c5 (originally introduced in v3.8-rc1) moved some header
files around and forgot to adjust the path to one of those.  Thus the
header cannot be found, the macros are not defined and the kernel will
not compile.

Signed-off-by: Jonathan Brassow <jbras...@redhat.com>

Index: linux-upstream/arch/x86/include/uapi/asm/msr.h
===================================================================
--- linux-upstream.orig/arch/x86/include/uapi/asm/msr.h
+++ linux-upstream/arch/x86/include/uapi/asm/msr.h
@@ -1,7 +1,7 @@
 #ifndef _UAPI_ASM_X86_MSR_H
 #define _UAPI_ASM_X86_MSR_H
 
-#include <asm/msr-index.h>
+#include <uapi/asm/msr-index.h>
 
 #ifndef __ASSEMBLY__
 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to