[ALSA] ac97_bus - replace <linux/module.h> with <sound/driver.h> for consistency

AC97 Codec

Signed-off-by: Jaroslav Kysela <perex@suse.cz>
diff --git a/sound/pci/ac97/ac97_bus.c b/sound/pci/ac97/ac97_bus.c
index 227f8b9..013a919 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>