X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Foss%2Fvia82cxxx_audio.c;h=7ab3a732e184443ecc299147240f1470df2e9e84;hb=a7c999114ecd0c69bd3970272b64d8842b765b21;hp=c96cc8c68b3bec1135aefc7fd7e6c370c540121d;hpb=463e7c7cf9aaf95dd05e97e1a47854fdf5454cdc;p=powerpc.git diff --git a/sound/oss/via82cxxx_audio.c b/sound/oss/via82cxxx_audio.c index c96cc8c68b..7ab3a732e1 100644 --- a/sound/oss/via82cxxx_audio.c +++ b/sound/oss/via82cxxx_audio.c @@ -1619,7 +1619,7 @@ out: } -static struct file_operations via_mixer_fops = { +static const struct file_operations via_mixer_fops = { .owner = THIS_MODULE, .open = via_mixer_open, .llseek = no_llseek, @@ -2042,7 +2042,7 @@ static int via_interrupt_init (struct via_info *card) * */ -static struct file_operations via_dsp_fops = { +static const struct file_operations via_dsp_fops = { .owner = THIS_MODULE, .open = via_dsp_open, .release = via_dsp_release,