All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolai Stange <nicstange@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Chen Gang <gang.chen@asianux.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Nicolai Stange <nicstange@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: David Howells <dhowells@redhat.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Daniel Borkmann <dborkman@redhat.com>
Cc: Laura Abbott <lauraa@codeaurora.org>
Subject: [PATCH] m32r: pull generic kvm_para.h into include/asm
Date: Tue, 16 Jun 2015 00:38:41 +0200	[thread overview]
Message-ID: <87ioaofvgu.fsf@gmail.com> (raw)

Fix allmodconfig compilation failer on ARCH=m32r:
  In file included from include/linux/kvm_para.h:4:0,
                   from kernel/watchdog.c:24:
  include/uapi/linux/kvm_para.h:30:26:
      fatal error: asm/kvm_para.h: No such file or directory

This is a reposted patch. The original one is from Chen Gang,
c.f. http://lkml.kernel.org/r/51CB9A41.20903@asianux.com .
I trivially adapted the diff in order to make it applicable again.

Signed-off-by: Nicolai Stange <nicstange@gmail.com>
---
 arch/m32r/include/asm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/m32r/include/asm/Kbuild b/arch/m32r/include/asm/Kbuild
index 2edc793..62684d8 100644
--- a/arch/m32r/include/asm/Kbuild
+++ b/arch/m32r/include/asm/Kbuild
@@ -3,6 +3,7 @@ generic-y += clkdev.h
 generic-y += cputime.h
 generic-y += exec.h
 generic-y += irq_work.h
+generic-y += kvm_para.h
 generic-y += mcs_spinlock.h
 generic-y += module.h
 generic-y += preempt.h
-- 
2.4.3

                 reply	other threads:[~2015-06-15 22:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87ioaofvgu.fsf@gmail.com \
    --to=nicstange@gmail.com \
    --cc=gang.chen@asianux.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 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.