ALSA: pcmcia: Constify snd_device_ops definitions
[linux-2.6-microblaze.git] / sound / pcmcia / vx / vxpocket.c
index f924d88..cad603c 100644 (file)
@@ -126,7 +126,7 @@ static int snd_vxpocket_new(struct snd_card *card, int ibl,
 {
        struct vx_core *chip;
        struct snd_vxpocket *vxp;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free =     snd_vxpocket_dev_free,
        };
        int err;