diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-09-17 12:30:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-19 16:04:35 +0100 |
commit | c6834dd2d20fe607d0a4a98e78a68614e4079492 (patch) | |
tree | ade635b16b6269d68de5dfcd65747f4e75980cb3 /sound/soc/sh/siu.h | |
parent | 7d25d64441a8ce9fb8c0e1c889badb14d8af9370 (diff) |
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 <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/siu.h')
-rw-r--r-- | sound/soc/sh/siu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index 1c0e1f72e4d..9f4dcb921ff 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; |