X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Foss%2Fsoundcard.c;h=a9c23b2502ad4399b9316a900462ba80bf6a3ae7;hb=911b499af45e879ccf4b8db234278a7136d056c9;hp=b92c8cd1aeafea220e707d4c4b17272b94ef8d3c;hpb=b322f4095056d6849c49412eb3e36637a062e9c0;p=powerpc.git diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c index b92c8cd1ae..a9c23b2502 100644 --- a/sound/oss/soundcard.c +++ b/sound/oss/soundcard.c @@ -44,6 +44,7 @@ #include #include #include +#include /* * This ought to be moved into include/asm/dma.h @@ -483,7 +484,7 @@ static int sound_mmap(struct file *file, struct vm_area_struct *vma) return 0; } -struct file_operations oss_sound_fops = { +const struct file_operations oss_sound_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .read = sound_read,