input: mfd: ti_am335x_tsc remove remaining platform data pieces
The two header files removed here are unused and have no users as this platform was never used with platform devices. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#ifndef __LINUX_TI_AM335X_ADC_H
|
||||
#define __LINUX_TI_AM335X_ADC_H
|
||||
|
||||
/**
|
||||
* struct adc_data ADC Input information
|
||||
* @adc_channels: Number of analog inputs
|
||||
* available for ADC.
|
||||
*/
|
||||
|
||||
struct adc_data {
|
||||
unsigned int adc_channels;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user