diff mbox

[V3] ARM: SAMSUNG: Delete the unnecessary variable

Message ID 1352177618-16460-1-git-send-email-padma.v@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Padmavathi Venna Nov. 6, 2012, 4:53 a.m. UTC
As the RCLK src clks are registered with clkdev using generic
connection id , these clk names need not to be passed through
platform data. So it is deleted.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---

Changes since V2:
	- Rebased on 3.7-rc3
	
 include/linux/platform_data/asoc-s3c.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

Comments

Sangbeom Kim Nov. 23, 2012, 9:27 a.m. UTC | #1
On Tue, Nov 6, 2012 at 1:54 PM, Padmavathi Venna wrote:
> Signed-off-by: Padmavathi Venna <padma.v@samsung.com>

Acked-by: Sangbeom Kim <sbkim73@samsung.com>

Thanks,
Sangbeom.
padma venkat Nov. 23, 2012, 11:21 a.m. UTC | #2
cc'ing Mark Brown

On Tue, Nov 6, 2012 at 10:23 AM, Padmavathi Venna <padma.v@samsung.com> wrote:
> As the RCLK src clks are registered with clkdev using generic
> connection id , these clk names need not to be passed through
> platform data. So it is deleted.
>
> Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
> ---
>
> Changes since V2:
>         - Rebased on 3.7-rc3
>
>  include/linux/platform_data/asoc-s3c.h |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
> index aa9875f..8827259 100644
> --- a/include/linux/platform_data/asoc-s3c.h
> +++ b/include/linux/platform_data/asoc-s3c.h
> @@ -38,12 +38,6 @@ struct samsung_i2s {
>  #define QUIRK_NEED_RSTCLR      (1 << 3)
>         /* Quirks of the I2S controller */
>         u32 quirks;
> -
> -       /*
> -        * Array of clock names that can be used to generate I2S signals.
> -        * Also corresponds to clocks of I2SMOD[10]
> -        */
> -       const char **src_clk;
>         dma_addr_t idma_addr;
>  };
>
> --
> 1.7.4.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kim Kukjin Nov. 24, 2012, 2:10 a.m. UTC | #3
Sangbeom Kim wrote:
> 
> On Tue, Nov 6, 2012 at 1:54 PM, Padmavathi Venna wrote:
> > Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
> 
> Acked-by: Sangbeom Kim <sbkim73@samsung.com>
> 
Applied, thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
diff mbox

Patch

diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index aa9875f..8827259 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -38,12 +38,6 @@  struct samsung_i2s {
 #define QUIRK_NEED_RSTCLR	(1 << 3)
 	/* Quirks of the I2S controller */
 	u32 quirks;
-
-	/*
-	 * Array of clock names that can be used to generate I2S signals.
-	 * Also corresponds to clocks of I2SMOD[10]
-	 */
-	const char **src_clk;
 	dma_addr_t idma_addr;
 };