public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Samsung: Make sure ASoC DMA device is prototyped
@ 2010-11-24 15:53 Mark Brown
  2010-11-24 16:01 ` Liam Girdwood
  2010-11-25  1:17 ` Jassi Brar
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2010-11-24 15:53 UTC (permalink / raw)
  To: linux-arm-kernel

Ensure that the prototype agrees with the definition and stop sparse
complaining when building the file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/plat-samsung/dev-asocdma.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-samsung/dev-asocdma.c b/arch/arm/plat-samsung/dev-asocdma.c
index b7b1fca..a068c4f 100644
--- a/arch/arm/plat-samsung/dev-asocdma.c
+++ b/arch/arm/plat-samsung/dev-asocdma.c
@@ -10,6 +10,7 @@
 
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
+#include <plat/devs.h>
 
 static u64 audio_dmamask = DMA_BIT_MASK(32);
 
-- 
1.7.1

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

end of thread, other threads:[~2010-11-25 11:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 15:53 [PATCH] ARM: Samsung: Make sure ASoC DMA device is prototyped Mark Brown
2010-11-24 16:01 ` Liam Girdwood
2010-11-25  0:19   ` Kukjin Kim
2010-11-25 11:20     ` Mark Brown
2010-11-25  1:17 ` Jassi Brar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox