Re: [PATCH v2 2/3] of/platform: Make of_platform_device_destroy globally visible

From: Rob Herring
Date: Mon May 22 2017 - 09:31:25 EST


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>