brcm63xx: remove broken DSP platform device code

There is no driver and it crashes the kernel, so just remove it.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
Jonas Gorski
2018-12-20 00:02:31 +01:00
parent d09561f73d
commit a01568fbd3
194 changed files with 1062 additions and 754 deletions

View File

@@ -21,7 +21,7 @@
#endif /* CONFIG_BCM63XX_CPU_6345 */
/*
@@ -1341,6 +1355,7 @@ static const struct board_info __initcon
@@ -1293,6 +1307,7 @@ static const struct board_info __initcon
#endif
#ifdef CONFIG_BCM63XX_CPU_6345
&board_96345gw2,
@@ -29,7 +29,7 @@
#endif
#ifdef CONFIG_BCM63XX_CPU_6348
&board_96348r,
@@ -1411,6 +1426,7 @@ static struct of_device_id const bcm963x
@@ -1363,6 +1378,7 @@ static struct of_device_id const bcm963x
#endif
#ifdef CONFIG_BCM63XX_CPU_6345
{ .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },