diff options
Diffstat (limited to 'sound/oss/os.h')
-rw-r--r-- | sound/oss/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/os.h b/sound/oss/os.h index 0490562c7f7f..a1a962d7f67d 100644 --- a/sound/oss/os.h +++ b/sound/oss/os.h @@ -43,4 +43,4 @@ extern int sound_nblocks; #undef PSEUDO_DMA_AUTOINIT #define ALLOW_BUFFER_MAPPING -extern struct file_operations oss_sound_fops; +extern const struct file_operations oss_sound_fops; |