diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-18 13:37:08 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-04-27 21:10:12 +0200 |
commit | 1d606f1ae5b9d83d8749f21bc04842596104bf55 (patch) | |
tree | 1948cef017f1410356ed82e7c431e2b40de47d97 /sound/pci/maestro3.c | |
parent | 8970ccda1ae3c3b4ddd5ce366ca2cd88356d664e (diff) |
[ALSA] sound/pci/: remove duplicate #include's
There's no reason for #include'ing linux/dma-mapping.h more than once.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/maestro3.c')
-rw-r--r-- | sound/pci/maestro3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/maestro3.c b/sound/pci/maestro3.c index 9c90d901e6b9..92a84aad59eb 100644 --- a/sound/pci/maestro3.c +++ b/sound/pci/maestro3.c @@ -41,7 +41,6 @@ #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/moduleparam.h> -#include <linux/dma-mapping.h> #include <sound/core.h> #include <sound/info.h> #include <sound/control.h> |