of_platform_depopulate — Remove devices populated from device tree
void of_platform_depopulate ( | struct device * parent) ; |
Complementary to of_platform_populate
, this function removes children
of the given device (and, recursively, their children) that have been
created from their respective device tree nodes (and only those,
leaving others - eg. manually created - unharmed).