summaryrefslogtreecommitdiff
path: root/sound/core/memalloc.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-01-09 07:48:12 +0100
committerTakashi Iwai <tiwai@suse.de>2014-01-09 08:12:57 +0100
commit2d82ea2005624a80b18916e37bce921d6e868b59 (patch)
tree355e37317f33fdcb72b4d0cddb28300a6484459d /sound/core/memalloc.c
parentf5d8e6df4bfa749b4d029ba43ac8a027b1003c2a (diff)
ALSA: Merge memalloc code into snd-pcm module
Instead of keeping a separate snd-page-alloc module, merge into the core snd-pcm module, as we don't need to keep it as an individual module due to the drop of page reservation. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/memalloc.c')
-rw-r--r--sound/core/memalloc.c10
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 @@
*
*/
-#include <linux/module.h>
-#include <linux/init.h>
#include <linux/slab.h>
#include <linux/mm.h>
-#include <asm/uaccess.h>
#include <linux/dma-mapping.h>
#include <linux/genalloc.h>
-#include <linux/moduleparam.h>
#include <sound/memalloc.h>
-
-MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>, Jaroslav Kysela <perex@perex.cz>");
-MODULE_DESCRIPTION("Memory allocator for ALSA system.");
-MODULE_LICENSE("GPL");
-
-
/*
*
* Generic memory allocators