diff options
Diffstat (limited to 'sound/core/memalloc.c')
-rw-r--r-- | sound/core/memalloc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c index e568c14ca88d..4595f93d151e 100644 --- a/sound/core/memalloc.c +++ b/sound/core/memalloc.c | |||
@@ -21,22 +21,12 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/module.h> | ||
25 | #include <linux/init.h> | ||
26 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
27 | #include <linux/mm.h> | 25 | #include <linux/mm.h> |
28 | #include <asm/uaccess.h> | ||
29 | #include <linux/dma-mapping.h> | 26 | #include <linux/dma-mapping.h> |
30 | #include <linux/genalloc.h> | 27 | #include <linux/genalloc.h> |
31 | #include <linux/moduleparam.h> | ||
32 | #include <sound/memalloc.h> | 28 | #include <sound/memalloc.h> |
33 | 29 | ||
34 | |||
35 | MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>, Jaroslav Kysela <perex@perex.cz>"); | ||
36 | MODULE_DESCRIPTION("Memory allocator for ALSA system."); | ||
37 | MODULE_LICENSE("GPL"); | ||
38 | |||
39 | |||
40 | /* | 30 | /* |
41 | * | 31 | * |
42 | * Generic memory allocators | 32 | * Generic memory allocators |