From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Sat, 25 Aug 2012 13:25:16 -0700 Subject: [PATCH] ASoC: atmel-ssc: include linux/io.h for raw io In-Reply-To: <1345738494-4014-1-git-send-email-nicolas.ferre@atmel.com> References: <20120823152324.GI7995@opensource.wolfsonmicro.com> <1345738494-4014-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20120825202515.GF6520@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 23, 2012 at 06:14:54PM +0200, Nicolas Ferre wrote: > From: Joachim Eastwood > > 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' Acked-by: Mark Brown but why not just apply it to the ASoC tree?