1PLATFORM_DEVICE_DEL(9) Device drivers infrastructure PLATFORM_DEVICE_DEL(9)
2
3
4
6 platform_device_del - remove a platform-level device
7
9 void platform_device_del(struct platform_device * pdev);
10
12 pdev
13 platform device we´re removing
14
16 Note that this function will also release all memory- and port-based
17 resources owned by the device (dev->resource). This function must
18 _only_ be externally called in error cases. All other usage is a bug.
19
21Kernel Hackers Manual 2.6. June 2019 PLATFORM_DEVICE_DEL(9)