diff mbox

[1/1] mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops

Message ID 1393909405-2760-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat March 4, 2014, 5:03 a.m. UTC
'dw_mci_exynos_pmops' is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mmc/host/dw_mmc-exynos.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jaehoon Chung March 4, 2014, 11:44 a.m. UTC | #1
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

On 03/04/2014 02:03 PM, Sachin Kamat wrote:
> 'dw_mci_exynos_pmops' is local to this file.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/mmc/host/dw_mmc-exynos.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
> index 3423c5ed50c7..12f0929f12a9 100644
> --- a/drivers/mmc/host/dw_mmc-exynos.c
> +++ b/drivers/mmc/host/dw_mmc-exynos.c
> @@ -426,7 +426,7 @@ static int dw_mci_exynos_probe(struct platform_device *pdev)
>  	return dw_mci_pltfm_register(pdev, drv_data);
>  }
>  
> -const struct dev_pm_ops dw_mci_exynos_pmops = {
> +static const struct dev_pm_ops dw_mci_exynos_pmops = {
>  	SET_SYSTEM_SLEEP_PM_OPS(dw_mci_exynos_suspend, dw_mci_exynos_resume)
>  	.resume_noirq = dw_mci_exynos_resume_noirq,
>  	.thaw_noirq = dw_mci_exynos_resume_noirq,
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sachin Kamat March 18, 2014, 4:34 a.m. UTC | #2
On 4 March 2014 17:14, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

Ping Ulf, Chris.
Seungwon Jeon March 18, 2014, 6:16 a.m. UTC | #3
On Tue, March 18, 2014, Sachin Kamat wrote:
> On 4 March 2014 17:14, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> > Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
> 
> Ping Ulf, Chris.

Acked-by: Seungwon Jeon <tgih.jun@samsung.com>

Thanks,
Seungwon Jeon

> 
> --
> With warm regards,
> Sachin
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sachin Kamat March 26, 2014, 8:37 a.m. UTC | #4
On 18 March 2014 11:46, Seungwon Jeon <tgih.jun@samsung.com> wrote:
> On Tue, March 18, 2014, Sachin Kamat wrote:
>> On 4 March 2014 17:14, Jaehoon Chung <jh80.chung@samsung.com> wrote:
>> > Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
>>
>> Ping Ulf, Chris.
>
> Acked-by: Seungwon Jeon <tgih.jun@samsung.com>

Ping Ulf.
Ulf Hansson March 26, 2014, 8:43 a.m. UTC | #5
On 26 March 2014 09:37, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> On 18 March 2014 11:46, Seungwon Jeon <tgih.jun@samsung.com> wrote:
>> On Tue, March 18, 2014, Sachin Kamat wrote:
>>> On 4 March 2014 17:14, Jaehoon Chung <jh80.chung@samsung.com> wrote:
>>> > Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
>>>
>>> Ping Ulf, Chris.
>>
>> Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
>
> Ping Ulf.

Acked-by: Ulf Hansson <ulf.hansson@linaro.org>

>
>
> --
> With warm regards,
> Sachin
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 3423c5ed50c7..12f0929f12a9 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc-exynos.c
@@ -426,7 +426,7 @@  static int dw_mci_exynos_probe(struct platform_device *pdev)
 	return dw_mci_pltfm_register(pdev, drv_data);
 }
 
-const struct dev_pm_ops dw_mci_exynos_pmops = {
+static const struct dev_pm_ops dw_mci_exynos_pmops = {
 	SET_SYSTEM_SLEEP_PM_OPS(dw_mci_exynos_suspend, dw_mci_exynos_resume)
 	.resume_noirq = dw_mci_exynos_resume_noirq,
 	.thaw_noirq = dw_mci_exynos_resume_noirq,