diff options
Diffstat (limited to 'sound/pci/rme96.c')
-rw-r--r-- | sound/pci/rme96.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c index 236ac1d48184..2306ccf7281e 100644 --- a/sound/pci/rme96.c +++ b/sound/pci/rme96.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/pci.h> | 29 | #include <linux/pci.h> |
30 | #include <linux/module.h> | 30 | #include <linux/module.h> |
31 | #include <linux/vmalloc.h> | 31 | #include <linux/vmalloc.h> |
32 | #include <linux/io.h> | ||
32 | 33 | ||
33 | #include <sound/core.h> | 34 | #include <sound/core.h> |
34 | #include <sound/info.h> | 35 | #include <sound/info.h> |
@@ -38,8 +39,6 @@ | |||
38 | #include <sound/asoundef.h> | 39 | #include <sound/asoundef.h> |
39 | #include <sound/initval.h> | 40 | #include <sound/initval.h> |
40 | 41 | ||
41 | #include <asm/io.h> | ||
42 | |||
43 | /* note, two last pcis should be equal, it is not a bug */ | 42 | /* note, two last pcis should be equal, it is not a bug */ |
44 | 43 | ||
45 | MODULE_AUTHOR("Anders Torger <torger@ludd.luth.se>"); | 44 | MODULE_AUTHOR("Anders Torger <torger@ludd.luth.se>"); |