1. NAME

platform_device_add - add a platform device to device hierarchy

2. SYNOPSIS

int platform_device_add(struct platform_device *  pdev );

3. ARGUMENTS

pdev
    platform device weAqre adding

4. DESCRIPTION

This is part 2 of platform_device_register, though may be called separately _iff_ pdev was allocated by platform_device_alloc.

5. COPYRIGHT