arch/arm/plat-mxc/devices/Kconfig
0 → 100644
+2
−0
arch/arm/plat-mxc/devices/Makefile
0 → 100644
+1
−0
+44
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Instead of having a platform device defined in a devices.c and register
it in the machine file allocate it dynamically. This reduces the size
of needed memory as the new function is discarded after init and only
the existing devices are created.
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>