From patchwork Mon Jul 31 11:59:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9871721 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B3B88602F0 for ; Mon, 31 Jul 2017 12:13:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9F01F27F54 for ; Mon, 31 Jul 2017 12:13:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 92E8C27F85; Mon, 31 Jul 2017 12:13:44 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham 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 05C1527F54 for ; Mon, 31 Jul 2017 12:13:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751075AbdGaMNn (ORCPT ); Mon, 31 Jul 2017 08:13:43 -0400 Received: from condef-09.nifty.com ([202.248.20.74]:63642 "EHLO condef-09.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750977AbdGaMNm (ORCPT ); Mon, 31 Jul 2017 08:13:42 -0400 X-Greylist: delayed 494 seconds by postgrey-1.27 at vger.kernel.org; Mon, 31 Jul 2017 08:13:42 EDT Received: from conuserg-08.nifty.com ([10.126.8.71])by condef-09.nifty.com with ESMTP id v6VC0KOk030464 for ; Mon, 31 Jul 2017 21:00:20 +0900 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id v6VBxxcp005775; Mon, 31 Jul 2017 21:00:00 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com v6VBxxcp005775 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1501502400; bh=Ckl1+SV+idtRs199Xy+HMjo12Rg7S/I7OUA510OERjs=; h=From:To:Cc:Subject:Date:From; b=tlRFlfy8IR5mJ6RXXEC8FVPBoCIJJOXR9Pptt8q4cT2wNI5GD/JjygOCvCHx51Uu/ uECZDpCsaUEIk5Jt2K7UOQqLw6lqckp5zJSN7DvXv4mEAnkKGx6ScOkWyqyYZcswNP MGmdZIsihDUjwUZQ+mofinbDaZDf+H+KESvLkzKKElEIuo6iWt7+SnWReGbzo14giz aGB/3+679REruEdOyV+d22SkAm0JDTshCuC/klYrwWdzHc7lyxsXiMsRXGFNMYXhOw XRRzLSo+MaX2jniZDu2WYNS9m6g5pDaLYkKdwGd6DzyrmnriFBcjbpsjdgopyfb+B1 WkT6hRS5FWN8A== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-mmc@vger.kernel.org Cc: Adrian Hunter , Masahiro Yamada , linux-kernel@vger.kernel.org, Ulf Hansson Subject: [PATCH] mmc: mmci_qcom_dml: include mmci_qcom_dml.h to fix sparse warnings Date: Mon, 31 Jul 2017 20:59:54 +0900 Message-Id: <1501502394-13843-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This fixes the following sparse warnings: CHECK drivers/mmc/host/mmci_qcom_dml.c drivers/mmc/host/mmci_qcom_dml.c:57:6: warning: symbol 'dml_start_xfer' was not declared. Should it be static? drivers/mmc/host/mmci_qcom_dml.c:122:5: warning: symbol 'dml_hw_init' was not declared. Should it be static? Signed-off-by: Masahiro Yamada --- drivers/mmc/host/mmci_qcom_dml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/mmci_qcom_dml.c b/drivers/mmc/host/mmci_qcom_dml.c index 00750c9d3514..95de699853d2 100644 --- a/drivers/mmc/host/mmci_qcom_dml.c +++ b/drivers/mmc/host/mmci_qcom_dml.c @@ -18,6 +18,7 @@ #include #include #include "mmci.h" +#include "mmci_qcom_dml.h" /* Registers */ #define DML_CONFIG 0x00