USB: host: ohci-at91: move at91_usbh_data definition in c file
[deliverable/linux.git] / include / linux / platform_data / atmel.h
index 4b452c6a2f7be58b65214c3c6b6002e00d23bacd..527a85c6192443a50ca8846f24fe40d7e726eca9 100644 (file)
@@ -46,18 +46,6 @@ struct at91_cf_data {
 #define AT91_IDE_SWAP_A0_A2    0x02
 };
 
- /* USB Host */
-#define AT91_MAX_USBH_PORTS    3
-struct at91_usbh_data {
-       int             vbus_pin[AT91_MAX_USBH_PORTS];  /* port power-control pin */
-       int             overcurrent_pin[AT91_MAX_USBH_PORTS];
-       u8              ports;                          /* number of ports on root hub */
-       u8              overcurrent_supported;
-       u8              vbus_pin_active_low[AT91_MAX_USBH_PORTS];
-       u8              overcurrent_status[AT91_MAX_USBH_PORTS];
-       u8              overcurrent_changed[AT91_MAX_USBH_PORTS];
-};
-
  /* NAND / SmartMedia */
 struct atmel_nand_data {
        int             enable_pin;             /* chip enable */
This page took 0.029507 seconds and 5 git commands to generate.