diff options
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 1716323fed9c..2c363fdca9fd 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -136,7 +136,7 @@ | |||
136 | #include <linux/slab.h> | 136 | #include <linux/slab.h> |
137 | #include <linux/pci.h> | 137 | #include <linux/pci.h> |
138 | #include <linux/math64.h> | 138 | #include <linux/math64.h> |
139 | #include <asm/io.h> | 139 | #include <linux/io.h> |
140 | 140 | ||
141 | #include <sound/core.h> | 141 | #include <sound/core.h> |
142 | #include <sound/control.h> | 142 | #include <sound/control.h> |