diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-09-28 09:55:58 +0100 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2025-04-04 15:02:14 +0100 |
commit | 030fa76a71cc0d7337952fc89913881bd7f0874c (patch) | |
tree | 85dd74fe2432b5cbb2ab3468235b8e73f758b5a1 /include | |
parent | c6c62b164f760f25d9e91a06a0b660d50bba294f (diff) |
ipaq sleeve updatessa1100
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ipaq-sleeve.h | 4 |
1 files changed, 3 insertions, 1 deletions
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) |