ALSA: ppc: Constify snd_device_ops definitions
[sfrench/cifs-2.6.git] / sound / ppc / pmac.c
index 026410c7dd71702087696c1f3681266eac7ba9ae..6ee97008c8f0676323ed798fa4d3e2ae15cad6bd 100644 (file)
@@ -1143,7 +1143,7 @@ int snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return)
        int i, err;
        unsigned int irq;
        unsigned long ctrl_addr, txdma_addr, rxdma_addr;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free =     snd_pmac_dev_free,
        };