ALSA: mark all struct bus_type as const
[linux-2.6-block.git] / sound / ac97_bus.c
index c7aee8c42c554a326f0d1736511b4fb271e22eab..7ea274c559005ce49139e323e662938ec3da8831 100644 (file)
@@ -75,7 +75,7 @@ int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
 }
 EXPORT_SYMBOL_GPL(snd_ac97_reset);
 
-struct bus_type ac97_bus_type = {
+const struct bus_type ac97_bus_type = {
        .name           = "ac97",
 };