diff options
author | Jaroslav Kysela <perex@suse.cz> | 2005-08-22 12:19:14 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-08-30 08:46:52 +0200 |
commit | 5049c35b1389097a1c0c7686519928eaaf31e40b (patch) | |
tree | b731fd1d2923e2220a0390fddf6f336f46d26af7 /sound/pci/ac97 | |
parent | 34ad73b9c5b5b25b795136c23f65b9a3ac21130b (diff) | |
download | op-kernel-dev-5049c35b1389097a1c0c7686519928eaaf31e40b.zip op-kernel-dev-5049c35b1389097a1c0c7686519928eaaf31e40b.tar.gz |
[ALSA] ac97_bus - revert last change and do it only in the ALSA tree
AC97 Codec
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ac97')
-rw-r--r-- | sound/pci/ac97/ac97_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_bus.c b/sound/pci/ac97/ac97_bus.c index 013a919..227f8b9 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 <sound/driver.h> +#include <linux/module.h> #include <linux/init.h> #include <linux/device.h> #include <linux/string.h> |