linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable
@ 2012-11-06  4:53 Padmavathi Venna
  2012-11-23  9:27 ` Sangbeom Kim
  2012-11-23 11:21 ` Padma Venkat
  0 siblings, 2 replies; 4+ messages in thread
From: Padmavathi Venna @ 2012-11-06  4:53 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-24  2:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06  4:53 [PATCH V3] ARM: SAMSUNG: Delete the unnecessary variable Padmavathi Venna
2012-11-23  9:27 ` Sangbeom Kim
2012-11-24  2:10   ` Kukjin Kim
2012-11-23 11:21 ` Padma Venkat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).