All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Clean-up:  Fix incorrect path to header file
@ 2013-03-01 20:36 Jonathan Brassow
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Brassow @ 2013-03-01 20:36 UTC (permalink / raw)
  To: linux-kernel

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 <jbrassow@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__
 




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Clean-up:  Fix incorrect path to header file
@ 2013-02-22 11:33 Jonathan Brassow
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Brassow @ 2013-02-22 11:33 UTC (permalink / raw)
  To: linux-kernel

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 <jbrassow@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__
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-01 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-01 20:36 [PATCH] Clean-up: Fix incorrect path to header file Jonathan Brassow
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22 11:33 Jonathan Brassow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.