From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753153AbdJSMAQ (ORCPT ); Thu, 19 Oct 2017 08:00:16 -0400 Received: from mga07.intel.com ([134.134.136.100]:21064 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbdJSMAN (ORCPT ); Thu, 19 Oct 2017 08:00:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,401,1503385200"; d="scan'208";a="325121507" Subject: Re: [PATCH] mmc:host:sdhci-pci:V2-Addition of Arasan PCI controller with integrated phy. To: Atul Garg , linux-mmc@vger.kernel.org, kishon@ti.com, rk@ti.com, nm@ti.com, nsekhar@ti.com, ulf.hansson@linaro.org Cc: linux-kernel@vger.kernel.org References: <1507657369-2657-1-git-send-email-agarg@arasan.com> <22615e72-5260-e128-5dd6-510dfef46ac0@intel.com> From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki Message-ID: Date: Thu, 19 Oct 2017 14:53:20 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <22615e72-5260-e128-5dd6-510dfef46ac0@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/10/17 11:05, Adrian Hunter wrote: > On 10/10/17 20:42, Atul Garg wrote: > > Let's just put the declarations here: > > int arasan_pci_probe_slot(struct sdhci_pci_slot *slot); > int arasan_pci_probe(struct sdhci_pci_chip *chip); > void arasan_sdhci_set_clock(struct sdhci_host *host, unsigned int clock); > Actually checkpatch doesn't like that so let's put them in sdhci-pci.h