Hi,

On Wed, Sep 18, 2013 at 12:20 PM, Heiko Stübner <[email protected]> wrote:
> This includes defining the mapping for the request sources.
>
> Signed-off-by: Heiko Stuebner <[email protected]>
> Acked-by: Linus Walleij <[email protected]>
> ---
> changes since v1:
> - follow new pdata definition

This showed up in -next today, and introduced:

arch/arm/mach-s3c24xx/common.c:337:24: warning: 's3c2410_dma_resource'
defined but not used [-Wunused-variable]

> +#if defined(CONFIG_CPU_S3C2410) || defined(CONFIG_CPU_S3C2412) || \
> +    defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442)
> +static struct resource s3c2410_dma_resource[] = {
> +       [0] = DEFINE_RES_MEM(S3C24XX_PA_DMA, S3C24XX_SZ_DMA),
> +       [1] = DEFINE_RES_IRQ(IRQ_DMA0),
> +       [2] = DEFINE_RES_IRQ(IRQ_DMA1),
> +       [3] = DEFINE_RES_IRQ(IRQ_DMA2),
> +       [4] = DEFINE_RES_IRQ(IRQ_DMA3),
> +};
> +#endif
> +

Log at:

http://arm-soc.lixom.net/buildlogs/next-thierry/v3.12-rc4-4340-g56a7390/buildall.arm.mini2440_defconfig.log.passed


-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to