Skip to content

Commit

Permalink
ARM: Samsung: Make sure ASoC DMA device is prototyped
Browse files Browse the repository at this point in the history
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>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Nov 25, 2010
1 parent fcd02e2 commit 77c667d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/dev-asocdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 77c667d

Please sign in to comment.