aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ad714x.h
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2015-09-12 11:08:34 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-19 11:42:39 -0700
commitc5c18a06af753eab1162fcdfb1cf03581e70b3f4 (patch)
tree7243da6644d37bff5cf4e856cfd0f47934500fd3 /drivers/input/misc/ad714x.h
parentInput: imx_keypad - remove obsolete comment (diff)
downloadlinux-dev-c5c18a06af753eab1162fcdfb1cf03581e70b3f4.tar.xz
linux-dev-c5c18a06af753eab1162fcdfb1cf03581e70b3f4.zip
Input: ad714x - convert to using managed resources
Use managed resource functions devm_request_threaded_irq, devm_inpute_allocate_device and devm_kzalloc to simplify error handling. Also, remove use of input_unregister_device as input_register_device itself handles it and works as resource managed function. To be compatible with the change, various gotos are replaced with direct returns, and unneeded labels are dropped. With these changes remove ad714x_remove and corresponding calls of it as they are now redundant. Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/ad714x.h')
-rw-r--r--drivers/input/misc/ad714x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/ad714x.h b/drivers/input/misc/ad714x.h
index 3c85455aa66d..5d65d303b9bf 100644
--- a/drivers/input/misc/ad714x.h
+++ b/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