ALSA: Remove superfluous header inclusions in memalloc.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Jan 2014 06:44:11 +0000 (07:44 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Jan 2014 06:44:11 +0000 (07:44 +0100)
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>
sound/core/memalloc.c

index be1544ac4613d48a6899072a9bb9975a83c9e76b..e568c14ca88d2798a3d03eec7176ec710c5690e9 100644 (file)
  */
 
 #include <linux/module.h>
-#include <linux/proc_fs.h>
 #include <linux/init.h>
-#include <linux/pci.h>
 #include <linux/slab.h>
 #include <linux/mm.h>
-#include <linux/seq_file.h>
 #include <asm/uaccess.h>
 #include <linux/dma-mapping.h>
 #include <linux/genalloc.h>
 #include <linux/moduleparam.h>
-#include <linux/mutex.h>
 #include <sound/memalloc.h>
 
 
This page took 0.027095 seconds and 5 git commands to generate.