From 84a43257f88e48b2a64c10e09d131ef1d3a74df0 Mon Sep 17 00:00:00 2001 From: Russell King Date: Wed, 28 Sep 2016 09:55:58 +0100 Subject: ipaq sleeve updates Signed-off-by: Russell King --- include/linux/ipaq-sleeve.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/linux/ipaq-sleeve.h') diff --git a/include/linux/ipaq-sleeve.h b/include/linux/ipaq-sleeve.h index fb669fad0c4e..42352e942c3c 100644 --- a/include/linux/ipaq-sleeve.h +++ b/include/linux/ipaq-sleeve.h @@ -6,6 +6,7 @@ struct ipaq_option_device { struct ipaq_option_id id; + const char *description; struct device dev; }; #define to_ipaq_option_device(x) container_of(x, struct ipaq_option_device, dev) @@ -17,7 +18,8 @@ struct ipaq_option_driver { extern struct bus_type ipaq_option_sleeve_bus; -int ipaq_option_device_add(struct device *parent, struct ipaq_option_id id); +int ipaq_option_device_add(struct device *parent, struct ipaq_option_id id, + const char *description); void ipaq_option_device_del(void); static inline int ipaq_option_driver_register(struct ipaq_option_driver *drv) -- cgit