diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index a7c066ab7..38b362dd7 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -177,10 +177,8 @@ struct rm_spi_ts_platform_data { | |||
| 177 | int platform_id; | 177 | int platform_id; |
| 178 | unsigned char *name_of_clock; | 178 | unsigned char *name_of_clock; |
| 179 | unsigned char *name_of_clock_con; | 179 | unsigned char *name_of_clock_con; |
| 180 | /* wait to be implemented... | 180 | int gpio_sensor_select0; |
| 181 | int gpio_sensor_select0; | 181 | int gpio_sensor_select1; |
| 182 | int gpio_sensor_select1; | ||
| 183 | */ | ||
| 184 | }; | 182 | }; |
| 185 | 183 | ||
| 186 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); | 184 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); |
