From patchwork Thu Sep 12 06:46:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2876591 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3FE98BF43F for ; Thu, 12 Sep 2013 07:04:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1959A2021E for ; Thu, 12 Sep 2013 07:04:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E779E202C8 for ; Thu, 12 Sep 2013 07:04:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754947Ab3ILHEu (ORCPT ); Thu, 12 Sep 2013 03:04:50 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:62999 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754786Ab3ILHEt (ORCPT ); Thu, 12 Sep 2013 03:04:49 -0400 Received: by mail-pa0-f49.google.com with SMTP id ld10so694792pab.22 for ; Thu, 12 Sep 2013 00:04:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5hSB5cSQHl1J0A8HjLRIYlY5w3oUsPhBWBq5jsyR45M=; b=Gx7OfBLR6GLjo9PsHcgLGrS5ulnGRwVL3p9qZpbRcXbA46mYEsGnNwM6GjW6Pmxw31 3sWU4Hcll1al3/Jpxp2kXvTj0aCnQUdoPnCFeItSQCNwbtAbjNgbAjz4pMmHc2zzfXn3 UtD1CMcF2JoAv4QX6FUwPL+nLR7eEEedeblTYBcl8D8kfvSccigG6o+/KAD2tMvGoHap 0r+YgW4KO5JcFxjEP3SVRzE+cRa7JdAFd/J9OFJQBdV3NpKo1yI5PNvDjfs4MYbCSHmx sUQAcFp/fAfoztB1l+Cu1LlrfxLqRYOaHvpJuRJoCFjBXcnvmkc1P11nBLKJxWxJELKc 8vAA== X-Gm-Message-State: ALoCoQkew38AAvsWS/G3hTNIi4AlEDqQdeFmmzt4QhiSNf7mYf3aW9uy+I8TyV0Ff0ioSE3W2Ym8 X-Received: by 10.67.23.36 with SMTP id hx4mr8072504pad.54.1378969489389; Thu, 12 Sep 2013 00:04:49 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id 7sm8574488paf.22.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 00:04:48 -0700 (PDT) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: tgih.jun@samsung.com, jh80.chung@samsung.com, cjb@laptop.org, nico@fluxnic.net, sachin.kamat@linaro.org Subject: [PATCH 3/3] mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe Date: Thu, 12 Sep 2013 12:16:36 +0530 Message-Id: <1378968396-18604-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1378968396-18604-1-git-send-email-sachin.kamat@linaro.org> References: <1378968396-18604-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'dw_mci_socfpga_probe' is used only in this file. Make it static. Signed-off-by: Sachin Kamat Acked-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc-socfpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-socfpga.c b/drivers/mmc/host/dw_mmc-socfpga.c index 5ce00b2..56c7fe2 100644 --- a/drivers/mmc/host/dw_mmc-socfpga.c +++ b/drivers/mmc/host/dw_mmc-socfpga.c @@ -113,7 +113,7 @@ static const struct of_device_id dw_mci_socfpga_match[] = { }; MODULE_DEVICE_TABLE(of, dw_mci_socfpga_match); -int dw_mci_socfpga_probe(struct platform_device *pdev) +static int dw_mci_socfpga_probe(struct platform_device *pdev) { const struct dw_mci_drv_data *drv_data; const struct of_device_id *match;