ALSA: mark all struct bus_type as const
[linux-2.6-microblaze.git] / sound / ac97_bus.c
index c7aee8c..7ea274c 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",
 };