aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-01-09 01:44:11 -0500
committerTakashi Iwai <tiwai@suse.de>2014-01-09 01:44:11 -0500
commitf5d8e6df4bfa749b4d029ba43ac8a027b1003c2a (patch)
treefb0e87cab538aaf9426bd9aa51a9d3104d8b7342
parent47d98c026ef9a9888c36f3c4f26b81f548a0ca86 (diff)
ALSA: Remove superfluous header inclusions in memalloc.c
After cutting off the proc and page reservation codes, we don't need many headers any longer. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/core/memalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c
index be1544ac4613..e568c14ca88d 100644
--- a/sound/core/memalloc.c
+++ b/sound/core/memalloc.c
@@ -22,17 +22,13 @@
22 */ 22 */
23 23
24#include <linux/module.h> 24#include <linux/module.h>
25#include <linux/proc_fs.h>
26#include <linux/init.h> 25#include <linux/init.h>
27#include <linux/pci.h>
28#include <linux/slab.h> 26#include <linux/slab.h>
29#include <linux/mm.h> 27#include <linux/mm.h>
30#include <linux/seq_file.h>
31#include <asm/uaccess.h> 28#include <asm/uaccess.h>
32#include <linux/dma-mapping.h> 29#include <linux/dma-mapping.h>
33#include <linux/genalloc.h> 30#include <linux/genalloc.h>
34#include <linux/moduleparam.h> 31#include <linux/moduleparam.h>
35#include <linux/mutex.h>
36#include <sound/memalloc.h> 32#include <sound/memalloc.h>
37 33
38 34