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 | |
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>
-rw-r--r-- | arch/arm/mach-at91/board.h | 3 | ||||
-rw-r--r-- | include/linux/platform_data/atmel.h | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-at91/board.h b/arch/arm/mach-at91/board.h index 6c08b341167d..4e773b55bc2d 100644 --- a/arch/arm/mach-at91/board.h +++ b/arch/arm/mach-at91/board.h | |||
@@ -118,9 +118,6 @@ struct isi_platform_data; | |||
118 | extern void __init at91_add_device_isi(struct isi_platform_data *data, | 118 | extern void __init at91_add_device_isi(struct isi_platform_data *data, |
119 | bool use_pck_as_mck); | 119 | bool use_pck_as_mck); |
120 | 120 | ||
121 | /* Touchscreen Controller */ | ||
122 | extern void __init at91_add_device_tsadcc(struct at91_tsadcc_data *data); | ||
123 | |||
124 | /* CAN */ | 121 | /* CAN */ |
125 | extern void __init at91_add_device_can(struct at91_can_data *data); | 122 | extern void __init at91_add_device_can(struct at91_can_data *data); |
126 | 123 | ||
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); |