diff options
Diffstat (limited to 'sound/soc/txx9/txx9aclc-ac97.c')
| -rw-r--r-- | sound/soc/txx9/txx9aclc-ac97.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/txx9/txx9aclc-ac97.c b/sound/soc/txx9/txx9aclc-ac97.c index 0f83bdb9b16..0ec20b68e8c 100644 --- a/sound/soc/txx9/txx9aclc-ac97.c +++ b/sound/soc/txx9/txx9aclc-ac97.c @@ -16,6 +16,7 @@  #include <linux/delay.h>  #include <linux/interrupt.h>  #include <linux/io.h> +#include <linux/gfp.h>  #include <sound/core.h>  #include <sound/pcm.h>  #include <sound/soc.h> @@ -253,3 +254,4 @@ module_exit(txx9aclc_ac97_exit);  MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");  MODULE_DESCRIPTION("TXx9 ACLC AC97 driver");  MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:txx9aclc-ac97");  |