1PLATFORM_DEVICE_PUT(9) Device drivers infrastructure PLATFORM_DEVICE_PUT(9)
23
4
NAME
6platform_device_put - destroy a platform device
7
SYNOPSIS
9void platform_device_put(struct platform_device * pdev);
10
ARGUMENTS
12pdev
13platform device to free
14
DESCRIPTION
16Free all memory associated with a platform device. This function must
17_only_ be externally called in error cases. All other usage is a bug.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 PLATFORM_DEVICE_PUT(9)