From patchwork Tue Feb 5 19:37:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 10798217 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A1F16C2 for ; Tue, 5 Feb 2019 19:37:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5D4EA2C998 for ; Tue, 5 Feb 2019 19:37:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 51EAD2C9B9; Tue, 5 Feb 2019 19:37:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 090522C998 for ; Tue, 5 Feb 2019 19:37:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729428AbfBEThg (ORCPT ); Tue, 5 Feb 2019 14:37:36 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:37885 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726422AbfBEThg (ORCPT ); Tue, 5 Feb 2019 14:37:36 -0500 X-Originating-IP: 81.164.19.127 Received: from uno.localdomain (d51A4137F.access.telenet.be [81.164.19.127]) (Authenticated sender: jacopo@jmondi.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 748CA1C0002; Tue, 5 Feb 2019 19:37:31 +0000 (UTC) From: Jacopo Mondi To: hverkuil@xs4all.nl, mchehab@kernel.org, linux-media@vger.kernel.org Cc: Jacopo Mondi , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] sh: migor: Include missing dma-mapping header Date: Tue, 5 Feb 2019 20:37:42 +0100 Message-Id: <20190205193742.24940-1-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since the removal of the stale soc_camera headers, Migo-R board fails to build due to missing dma-mapping include directive. Include missing dma-mapping.h header in Migo-R board file to fix the build error. Fixes: a50c7738e8ae ("media: sh: migor: Remove stale soc_camera include") Signed-off-by: Jacopo Mondi --- Hans pointed me to this error quite some time ago, but it took me a kbuild error to address this. Sorry for the delay. Again, should this go through media as this is caused by soc_camera related churn? Thanks j --- arch/sh/boards/mach-migor/setup.c | 1 + 1 file changed, 1 insertion(+) -- 2.20.1 diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index f4ad33c6d2aa..1d2993bdd231 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c @@ -5,6 +5,7 @@ * Copyright (C) 2008 Magnus Damm */ #include +#include #include #include #include