diff options
Diffstat (limited to 'include/linux/spi/ads7846.h')
| -rw-r--r-- | include/linux/spi/ads7846.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/linux/spi/ads7846.h b/include/linux/spi/ads7846.h index d424c1aadf38..a04c1c34c344 100644 --- a/include/linux/spi/ads7846.h +++ b/include/linux/spi/ads7846.h @@ -35,8 +35,6 @@ struct ads7846_platform_data {  	u16	debounce_tol;		/* tolerance used for filtering */  	u16	debounce_rep;		/* additional consecutive good readings  					 * required after the first two */ -	int	gpio_pendown;		/* the GPIO used to decide the pendown -					 * state if get_pendown_state == NULL */  	int	gpio_pendown_debounce;	/* platform specific debounce time for  					 * the gpio_pendown */  	int	(*get_pendown_state)(void); |