2013-03-01 20:36:57

by Brassow Jonathan

[permalink] [raw]
Subject: [PATCH] Clean-up: Fix incorrect path to header file

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 <[email protected]>

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__