X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Fac97_codec.h;h=b602f475cdbb9a4acd94d9870c083d29eeff43ff;hb=e8cdfb0509f48d44d95d68d4f42d8d71a9ba4acd;hp=49400459b477059d2866069bfd5144986743b438;hpb=78a5331dddcffabadef024ccc051f7a519b13238;p=pandora-kernel.git diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 49400459b477..b602f475cdbb 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -477,7 +477,7 @@ struct snd_ac97_template { struct snd_ac97 { /* -- lowlevel (hardware) driver specific -- */ - struct snd_ac97_build_ops * build_ops; + const struct snd_ac97_build_ops *build_ops; void *private_data; void (*private_free) (struct snd_ac97 *ac97); /* --- */