diff options
author | Lee Jones <[email protected]> | 2012-09-14 15:25:26 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2012-09-20 12:32:43 +0200 |
commit | 341976e79874c1059516dd2f99f2b10152f595da (patch) | |
tree | 5f99f9ecfb20d8a85265ad8d7af4f9c12d28c131 | |
parent | e6488065cdee7ef7051e754960ba22943464b37d (diff) |
ARM: ux500: Stop registering Audio devices for HREF when DT is enabled
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index ab3fe2cd0b7d..671229e0b23c 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -825,7 +825,6 @@ static void __init u8500_init_machine(void) ARRAY_SIZE(mop500_platform_devs)); hrefv60_sdi_init(parent); - mop500_audio_init(parent); i2c0_devs = ARRAY_SIZE(mop500_i2c0_devices); i2c0_devs -= NUM_PRE_V60_I2C0_DEVICES; |