Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: ux500: Stop passing DMA platform data though AUXDATA

The DMA platform data is now empty due to some recent refactoring,
so there is no longer a requirement to pass it though.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lee Jones and committed by
Linus Walleij
0117f7c7 a7dacb68

+1 -2
+1 -2
arch/arm/mach-ux500/cpu-db8500.c
··· 260 260 OF_DEV_AUXDATA("stericsson,ux500-msp-i2s", 0x80125000, 261 261 "ux500-msp-i2s.3", &msp3_platform_data), 262 262 /* Requires clock name bindings and channel address lookup table. */ 263 - OF_DEV_AUXDATA("stericsson,db8500-dma40", 0x801C0000, 264 - "dma40.0", &dma40_plat_data), 263 + OF_DEV_AUXDATA("stericsson,db8500-dma40", 0x801C0000, "dma40.0", NULL), 265 264 {}, 266 265 }; 267 266