summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-08-22 11:30:37 +0200
committerJaroslav Kysela <perex@suse.cz>2005-08-30 08:46:48 +0200
commit34ad73b9c5b5b25b795136c23f65b9a3ac21130b (patch)
tree364be2f8f2e054e51cbf34af590525677af66afd /sound
parent352dbfd0e6eb7733bcca79c14f8711bb86b55e4e (diff)
[ALSA] ac97_bus - replace <linux/module.h> with <sound/driver.h> for consistency
AC97 Codec Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ac97/ac97_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_bus.c b/sound/pci/ac97/ac97_bus.c
index 227f8b9f67ce..013a919c2544 100644
--- a/sound/pci/ac97/ac97_bus.c
+++ b/sound/pci/ac97/ac97_bus.c
@@ -11,7 +11,7 @@
* (at your option) any later version.
*/
-#include <linux/module.h>
+#include <sound/driver.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/string.h>