summaryrefslogtreecommitdiffstats
path: root/sound/hda/hda_bus_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/hda/hda_bus_type.c')
-rw-r--r--sound/hda/hda_bus_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/hda_bus_type.c b/sound/hda/hda_bus_type.c
index 4cd94178df9f..cce2c30511a2 100644
--- a/sound/hda/hda_bus_type.c
+++ b/sound/hda/hda_bus_type.c
@@ -76,7 +76,7 @@ static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env)
return 0;
}
-struct bus_type snd_hda_bus_type = {
+const struct bus_type snd_hda_bus_type = {
.name = "hdaudio",
.match = hda_bus_match,
.uevent = hda_uevent,