diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 11:00:10 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 12:01:41 +0400 |
commit | 199bfbe6f537f6bc8176228d01326dae7d37ff7f (patch) | |
tree | 4dcd9f7ef7cdae69036efe87be6b05666ea84c5b /arch/powerpc/platforms/85xx/mpc85xx_mds.c | |
parent | 46d026ac1029daa89dd3bf8a3b458fdaab0a3893 (diff) | |
download | linux-199bfbe6f537f6bc8176228d01326dae7d37ff7f.tar.xz |
powerpc/85xx: Additional consolidate of_platform_bus_probe calls
P1010RDB & P1023RDS can use the new mpc85xx_common_publish_devices().
Also move 'fsl,srio' into the list of standard buses.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/mpc85xx_mds.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c index 38cb473a52d9..495cfd988c1a 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c @@ -411,7 +411,6 @@ machine_arch_initcall(mpc8568_mds, board_fixups); machine_arch_initcall(mpc8569_mds, board_fixups); static struct of_device_id mpc85xx_ids[] = { - { .compatible = "fsl,srio", }, { .compatible = "fsl,mpc8548-guts", }, { .compatible = "gpio-leds", }, {}, |