ASoC: atmel-ssc: include linux/io.h for raw io
authorJoachim Eastwood <manabian@gmail.com>
Thu, 23 Aug 2012 16:14:54 +0000 (18:14 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Aug 2012 17:14:01 +0000 (10:14 -0700)
commitb969afc8b719bbe3f0842a694e6bf5e87f08868f
tree03df5cc9c3c9b4534426462f4a0498bb6fb25577
parent4e872a46823c64e655d997e1e04a4b32e326aa1b
ASoC: atmel-ssc: include linux/io.h for raw io

Include linux/io.h for raw io operations in atmel-scc header.

This fixes the following build error:
  CC [M]  sound/soc/atmel/atmel_ssc_dai.o
sound/soc/atmel/atmel_ssc_dai.c: In function 'atmel_ssc_interrupt':
sound/soc/atmel/atmel_ssc_dai.c:171: error: implicit declaration of function '__raw_readl'
sound/soc/atmel/atmel_ssc_dai.c: In function 'atmel_ssc_shutdown':
sound/soc/atmel/atmel_ssc_dai.c:249: error: implicit declaration of function '__raw_writel'

Signed-off-by: Joachim Eastwood <joachim.eastwood@jotron.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/linux/atmel-ssc.h