diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-15 12:38:28 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:21 -0400 |
commit | da155d5b40587815a4397e1a69382fe2366d940b (patch) | |
tree | 5597f2e4649e7b1c611211b29906950c08e3e25c /sound/pci/emu10k1 | |
parent | 31623caaf0f84f17d632f16c1cdf42e7e21e807a (diff) |
sound: Add module.h to the previously silent sound users
Lots of sound drivers were getting module.h via the implicit presence
of it in <linux/device.h> but we are going to clean that up. So
fix up those users now.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 1 | ||||
-rw-r--r-- | sound/pci/emu10k1/emu10k1_synth.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index fcd4935766b2..6a3e5677f591 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <linux/kthread.h> | 35 | #include <linux/kthread.h> |
36 | #include <linux/delay.h> | 36 | #include <linux/delay.h> |
37 | #include <linux/init.h> | 37 | #include <linux/init.h> |
38 | #include <linux/module.h> | ||
38 | #include <linux/interrupt.h> | 39 | #include <linux/interrupt.h> |
39 | #include <linux/pci.h> | 40 | #include <linux/pci.h> |
40 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
diff --git a/sound/pci/emu10k1/emu10k1_synth.c b/sound/pci/emu10k1/emu10k1_synth.c index ad7b71491fc4..4c41c903a840 100644 --- a/sound/pci/emu10k1/emu10k1_synth.c +++ b/sound/pci/emu10k1/emu10k1_synth.c | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #include "emu10k1_synth_local.h" | 21 | #include "emu10k1_synth_local.h" |
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/module.h> | ||
23 | 24 | ||
24 | MODULE_AUTHOR("Takashi Iwai"); | 25 | MODULE_AUTHOR("Takashi Iwai"); |
25 | MODULE_DESCRIPTION("Routines for control of EMU10K1 WaveTable synth"); | 26 | MODULE_DESCRIPTION("Routines for control of EMU10K1 WaveTable synth"); |