aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-08-10 10:23:09 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:57:43 -0400
commitb4f194706dd98d6de21c97eeb888a75abbf75174 (patch)
treedf2e825dc648e08aacf01d70a31b1dad84184320 /include/linux/platform_data
parent3cf1fc80655d3af7083ea4b3615e5f8532543be7 (diff)
USB: host: ohci-at91: move at91_usbh_data definition in c file
Move struct at91_usbh_data back in ohci-at91.c as this is the only user left after switching all at91 platforms to DT only. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/atmel.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h
index 4b452c6a2f7b..527a85c61924 100644
--- a/include/linux/platform_data/atmel.h
+++ b/include/linux/platform_data/atmel.h
@@ -46,18 +46,6 @@ struct at91_cf_data {
46#define AT91_IDE_SWAP_A0_A2 0x02 46#define AT91_IDE_SWAP_A0_A2 0x02
47}; 47};
48 48
49 /* USB Host */
50#define AT91_MAX_USBH_PORTS 3
51struct at91_usbh_data {
52 int vbus_pin[AT91_MAX_USBH_PORTS]; /* port power-control pin */
53 int overcurrent_pin[AT91_MAX_USBH_PORTS];
54 u8 ports; /* number of ports on root hub */
55 u8 overcurrent_supported;
56 u8 vbus_pin_active_low[AT91_MAX_USBH_PORTS];
57 u8 overcurrent_status[AT91_MAX_USBH_PORTS];
58 u8 overcurrent_changed[AT91_MAX_USBH_PORTS];
59};
60
61 /* NAND / SmartMedia */ 49 /* NAND / SmartMedia */
62struct atmel_nand_data { 50struct atmel_nand_data {
63 int enable_pin; /* chip enable */ 51 int enable_pin; /* chip enable */