Name
platform_unregister_drivers — 
     unregister an array of platform drivers
 
Synopsis
| void platform_unregister_drivers ( | struct platform_driver *const * drivers, | 
|  | unsigned int count ); | 
 
Arguments
- drivers
- 
     an array of drivers to unregister
     
- count
- 
     the number of drivers to unregister
     
Description
   Unegisters platform drivers specified by an array. This is typically used
   to complement an earlier call to platform_register_drivers. Drivers are
   unregistered in the reverse order in which they were registered.