* [PATCH] m32r: pull generic kvm_para.h into include/asm
@ 2015-06-15 22:38 Nicolai Stange
0 siblings, 0 replies; only message in thread
From: Nicolai Stange @ 2015-06-15 22:38 UTC (permalink / raw)
To: linux-kernel
Cc: Chen Gang, Andrew Morton, Peter Zijlstra, Nicolai Stange,
David S. Miller, David Howells, Geert Uytterhoeven,
Daniel Borkmann, Laura Abbott
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-15 22:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 22:38 [PATCH] m32r: pull generic kvm_para.h into include/asm Nicolai Stange
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox