diff options
Diffstat (limited to 'sound/oss/os.h')
| -rw-r--r-- | sound/oss/os.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/oss/os.h b/sound/oss/os.h index 0490562c7f7..75ad0cd0c0a 100644 --- a/sound/oss/os.h +++ b/sound/oss/os.h @@ -16,7 +16,6 @@ #include <linux/slab.h> #include <linux/ioport.h> #include <asm/page.h> -#include <asm/system.h> #include <linux/vmalloc.h> #include <asm/uaccess.h> #include <linux/poll.h> @@ -43,4 +42,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; |
