diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-04-15 06:28:09 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 12:28:41 -0400 |
commit | 03a3f53b965aaf1eb4f9423c1a55b41b3b4895b2 (patch) | |
tree | 6747ee8fb90e25d56cad5a240844991465ebf6ba /include/linux/platform_data/atmel.h | |
parent | e4719d8ddb60a907d8fe8afa08f5719b31bf709d (diff) |
ARM: at91: remove atmel_tsadcc platform_data
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'include/linux/platform_data/atmel.h')
-rw-r--r-- | include/linux/platform_data/atmel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index e26b0c14edea..1466443797d7 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h | |||
@@ -87,13 +87,6 @@ struct atmel_uart_data { | |||
87 | int rts_gpio; /* optional RTS GPIO */ | 87 | int rts_gpio; /* optional RTS GPIO */ |
88 | }; | 88 | }; |
89 | 89 | ||
90 | /* Touchscreen Controller */ | ||
91 | struct at91_tsadcc_data { | ||
92 | unsigned int adc_clock; | ||
93 | u8 pendet_debounce; | ||
94 | u8 ts_sample_hold_time; | ||
95 | }; | ||
96 | |||
97 | /* CAN */ | 90 | /* CAN */ |
98 | struct at91_can_data { | 91 | struct at91_can_data { |
99 | void (*transceiver_switch)(int on); | 92 | void (*transceiver_switch)(int on); |