diff options
Diffstat (limited to 'sound/pci/echoaudio/layla20.c')
-rw-r--r-- | sound/pci/echoaudio/layla20.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/layla20.c b/sound/pci/echoaudio/layla20.c index b392dd776b71..12e5d2164dc4 100644 --- a/sound/pci/echoaudio/layla20.c +++ b/sound/pci/echoaudio/layla20.c | |||
@@ -52,6 +52,7 @@ | |||
52 | #include <linux/module.h> | 52 | #include <linux/module.h> |
53 | #include <linux/firmware.h> | 53 | #include <linux/firmware.h> |
54 | #include <linux/slab.h> | 54 | #include <linux/slab.h> |
55 | #include <linux/io.h> | ||
55 | #include <sound/core.h> | 56 | #include <sound/core.h> |
56 | #include <sound/info.h> | 57 | #include <sound/info.h> |
57 | #include <sound/control.h> | 58 | #include <sound/control.h> |
@@ -61,7 +62,6 @@ | |||
61 | #include <sound/asoundef.h> | 62 | #include <sound/asoundef.h> |
62 | #include <sound/initval.h> | 63 | #include <sound/initval.h> |
63 | #include <sound/rawmidi.h> | 64 | #include <sound/rawmidi.h> |
64 | #include <asm/io.h> | ||
65 | #include <linux/atomic.h> | 65 | #include <linux/atomic.h> |
66 | #include "echoaudio.h" | 66 | #include "echoaudio.h" |
67 | 67 | ||