Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e3a25b0 authored by Pawel Moll's avatar Pawel Moll Committed by Greg Kroah-Hartman
Browse files

ARM: imx: Remove references to platform_bus in mxc code



The bus devices created to be parents for other peripherals
were using platform_bus as a parent, not being platform
devices themselves. Remove the references, making them
virtual devices instead.

Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
Acked-by: default avatarShawn Guo <shawn.guo@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0542ad88
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,12 +24,10 @@

struct device mxc_aips_bus = {
	.init_name	= "mxc_aips",
	.parent		= &platform_bus,
};

struct device mxc_ahb_bus = {
	.init_name	= "mxc_ahb",
	.parent		= &platform_bus,
};

int __init mxc_device_init(void)