Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166AbbFOWiw (ORCPT ); Mon, 15 Jun 2015 18:38:52 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:34655 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbbFOWip (ORCPT ); Mon, 15 Jun 2015 18:38:45 -0400 From: Nicolai Stange To: linux-kernel@vger.kernel.org Subject: [PATCH] m32r: pull generic kvm_para.h into include/asm CC: Chen Gang CC: Andrew Morton CC: Peter Zijlstra CC: Nicolai Stange CC: "David S. Miller" CC: David Howells CC: Geert Uytterhoeven CC: Daniel Borkmann CC: Laura Abbott Date: Tue, 16 Jun 2015 00:38:41 +0200 Message-ID: <87ioaofvgu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1202 Lines: 34 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 --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/