diff options
Diffstat (limited to 'sound/pci/echoaudio/echo3g.c')
-rw-r--r-- | sound/pci/echoaudio/echo3g.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/echo3g.c b/sound/pci/echoaudio/echo3g.c index 3a5346c33d76..1f34a07b0b19 100644 --- a/sound/pci/echoaudio/echo3g.c +++ b/sound/pci/echoaudio/echo3g.c | |||
@@ -54,6 +54,7 @@ | |||
54 | #include <linux/module.h> | 54 | #include <linux/module.h> |
55 | #include <linux/firmware.h> | 55 | #include <linux/firmware.h> |
56 | #include <linux/slab.h> | 56 | #include <linux/slab.h> |
57 | #include <linux/io.h> | ||
57 | #include <sound/core.h> | 58 | #include <sound/core.h> |
58 | #include <sound/info.h> | 59 | #include <sound/info.h> |
59 | #include <sound/control.h> | 60 | #include <sound/control.h> |
@@ -63,7 +64,6 @@ | |||
63 | #include <sound/asoundef.h> | 64 | #include <sound/asoundef.h> |
64 | #include <sound/initval.h> | 65 | #include <sound/initval.h> |
65 | #include <sound/rawmidi.h> | 66 | #include <sound/rawmidi.h> |
66 | #include <asm/io.h> | ||
67 | #include <linux/atomic.h> | 67 | #include <linux/atomic.h> |
68 | #include "echoaudio.h" | 68 | #include "echoaudio.h" |
69 | 69 | ||