public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Brassow <jbrassow@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Clean-up:  Fix incorrect path to header file
Date: Fri, 22 Feb 2013 05:33:31 -0600	[thread overview]
Message-ID: <1361532811.27043.2.camel@f16> (raw)

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__
 



             reply	other threads:[~2013-02-22 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 11:33 Jonathan Brassow [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-01 20:36 [PATCH] Clean-up: Fix incorrect path to header file Jonathan Brassow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361532811.27043.2.camel@f16 \
    --to=jbrassow@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox