summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/master.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soundwire/master.c')
-rw-r--r--drivers/soundwire/master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/master.c b/drivers/soundwire/master.c
index 51abedbba..b2c645127 100644
--- a/drivers/soundwire/master.c
+++ b/drivers/soundwire/master.c
@@ -112,7 +112,7 @@ static const struct dev_pm_ops master_dev_pm = {
pm_generic_runtime_resume, NULL)
};
-struct device_type sdw_master_type = {
+const struct device_type sdw_master_type = {
.name = "soundwire_master",
.release = sdw_master_device_release,
.pm = &master_dev_pm,