ALSA: isa: Constify snd_device_ops definitions
[sfrench/cifs-2.6.git] / sound / isa / gus / gus_main.c
index 9f94b5f3b029b313b7a1a847e97a98efafdf07af..e9fc333c0fcbf5bb46af50da66c4a1b4bf901f48 100644 (file)
@@ -134,7 +134,7 @@ int snd_gus_create(struct snd_card *card,
 {
        struct snd_gus_card *gus;
        int err;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free =     snd_gus_dev_free,
        };