diff options
Diffstat (limited to 'kernel/drivers/input/misc/ad714x.h')
-rw-r--r-- | kernel/drivers/input/misc/ad714x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/drivers/input/misc/ad714x.h b/kernel/drivers/input/misc/ad714x.h index 3c85455aa..5d65d303b 100644 --- a/kernel/drivers/input/misc/ad714x.h +++ b/kernel/drivers/input/misc/ad714x.h @@ -50,6 +50,5 @@ int ad714x_disable(struct ad714x_chip *ad714x); int ad714x_enable(struct ad714x_chip *ad714x); struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, ad714x_read_t read, ad714x_write_t write); -void ad714x_remove(struct ad714x_chip *ad714x); #endif |