aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/soundwire/sdw_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/soundwire/sdw_type.h')
-rw-r--r--include/linux/soundwire/sdw_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/soundwire/sdw_type.h b/include/linux/soundwire/sdw_type.h
index 52eb66cd11bc..d8c27f1e5559 100644
--- a/include/linux/soundwire/sdw_type.h
+++ b/include/linux/soundwire/sdw_type.h
@@ -21,7 +21,7 @@ static inline int is_sdw_slave(const struct device *dev)
int __sdw_register_driver(struct sdw_driver *drv, struct module *owner);
void sdw_unregister_driver(struct sdw_driver *drv);
-int sdw_slave_uevent(struct device *dev, struct kobj_uevent_env *env);
+int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
/**
* module_sdw_driver() - Helper macro for registering a Soundwire driver