1. NAME

platform_device_del - remove a platform-level device

2. SYNOPSIS

void platform_device_del(struct platform_device *  pdev );

3. ARGUMENTS

pdev
    platform device weAqre removing

4. DESCRIPTION

Note that this function will also release all memory- and port-based resources owned by the device (dev->resource). This function must _only_ be externally called in error cases. All other usage is a bug.

5. COPYRIGHT