[PATCH v3 2/2] [ARM] Dove: rename SDCHI devices to "sdhci-dove"
Saeed Bishara
saeed at marvell.com
Thu Oct 28 08:28:23 EDT 2010
>-----Original Message-----
>From: Mike Rapoport [mailto:mike at compulab.co.il]
>Sent: Thursday, October 28, 2010 2:25 PM
>To: linux-mmc at vger.kernel.org
>Cc: linux-arm-kernel at lists.infradead.org; Chris Ball; Saeed
>Bishara; Mike Rapoport
>Subject: [PATCH v3 2/2] [ARM] Dove: rename SDCHI devices to
>"sdhci-dove"
>
>Signed-off-by: Mike Rapoport <mike at compulab.co.il>
>CC: Saeed Bishara <saeed at marvell.com>
>---
> arch/arm/mach-dove/common.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
>index f7a1258..fe627ab 100644
>--- a/arch/arm/mach-dove/common.c
>+++ b/arch/arm/mach-dove/common.c
>@@ -770,7 +770,7 @@ static struct resource dove_sdio0_resources[] = {
> };
>
> static struct platform_device dove_sdio0 = {
>- .name = "sdhci-mv",
>+ .name = "sdhci-dove",
> .id = 0,
> .dev = {
> .dma_mask = &sdio_dmamask,
>@@ -798,7 +798,7 @@ static struct resource dove_sdio1_resources[] = {
> };
>
> static struct platform_device dove_sdio1 = {
>- .name = "sdhci-mv",
>+ .name = "sdhci-dove",
> .id = 1,
> .dev = {
> .dma_mask = &sdio_dmamask,
>--
>1.7.3.1
>
>
Looks fine to me
More information about the linux-arm-kernel
mailing list