Destroy a platform device
void platform_device_put(struct platform_device * pdev);
pdev
platform device to free
Free all memory associated with a platform device. This function must _only_ be externally called in error cases. All other usage is a bug.