On Mon, May 22, 2017 at 6:09 AM, Jan Glauber <jglauber@xxxxxxxxxx> wrote: > of_platform_device_destroy is the counterpart to > of_platform_device_create which is a non-static function. > > After creating a platform device it might be neccessary > to destroy it to deal with -EPROBE_DEFER where a > repeated of_platform_device_create call would fail otherwise. > > Therefore also make of_platform_device_destroy globally visible. > > Signed-off-by: Jan Glauber <jglauber@xxxxxxxxxx> > --- > drivers/of/platform.c | 3 ++- > include/linux/of_platform.h | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) Acked-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html