diff options
Diffstat (limited to 'sound/pci/asihpi')
| -rw-r--r-- | sound/pci/asihpi/asihpi.c | 1 | ||||
| -rw-r--r-- | sound/pci/asihpi/hpioctl.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index eae62ebbd295..f4b9e2b7ae87 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
| 33 | #include <linux/time.h> | 33 | #include <linux/time.h> |
| 34 | #include <linux/wait.h> | 34 | #include <linux/wait.h> |
| 35 | #include <linux/module.h> | ||
| 35 | #include <sound/core.h> | 36 | #include <sound/core.h> |
| 36 | #include <sound/control.h> | 37 | #include <sound/control.h> |
| 37 | #include <sound/pcm.h> | 38 | #include <sound/pcm.h> |
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c index a32502e796de..f6b9517b4696 100644 --- a/sound/pci/asihpi/hpioctl.c +++ b/sound/pci/asihpi/hpioctl.c | |||
| @@ -33,6 +33,7 @@ Common Linux HPI ioctl and module probe/remove functions | |||
| 33 | #include <asm/uaccess.h> | 33 | #include <asm/uaccess.h> |
| 34 | #include <linux/pci.h> | 34 | #include <linux/pci.h> |
| 35 | #include <linux/stringify.h> | 35 | #include <linux/stringify.h> |
| 36 | #include <linux/module.h> | ||
| 36 | 37 | ||
| 37 | #ifdef MODULE_FIRMWARE | 38 | #ifdef MODULE_FIRMWARE |
| 38 | MODULE_FIRMWARE("asihpi/dsp5000.bin"); | 39 | MODULE_FIRMWARE("asihpi/dsp5000.bin"); |
