From c6834dd2d20fe607d0a4a98e78a68614e4079492 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Fri, 17 Sep 2010 12:30:18 +0200 Subject: ASoC: fix SIU driver breakage, occurred during the multi-component transition This patch fixes multiple bugs and a typo, occurred during the multi- component transition. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mark Brown --- sound/soc/sh/siu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/soc/sh/siu.h') diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index 1c0e1f72e4d4..9f4dcb921ff0 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h @@ -98,7 +98,9 @@ enum { SIU_CLKB_EXT }; +struct device; struct siu_info { + struct device *dev; int port_id; u32 __iomem *pram; u32 __iomem *xram; -- cgit