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/pcxhr | |
parent | 8970ccda1ae3c3b4ddd5ce366ca2cd88356d664e (diff) | |
download | linux-3.10-1d606f1ae5b9d83d8749f21bc04842596104bf55.tar.gz linux-3.10-1d606f1ae5b9d83d8749f21bc04842596104bf55.tar.bz2 linux-3.10-1d606f1ae5b9d83d8749f21bc04842596104bf55.zip |
[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/pcxhr')
-rw-r--r-- | sound/pci/pcxhr/pcxhr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/pcxhr/pcxhr.c b/sound/pci/pcxhr/pcxhr.c index 35875c8aa29..f679779d96e 100644 --- a/sound/pci/pcxhr/pcxhr.c +++ b/sound/pci/pcxhr/pcxhr.c @@ -30,7 +30,6 @@ #include <linux/delay.h> #include <linux/moduleparam.h> #include <linux/mutex.h> -#include <linux/dma-mapping.h> #include <sound/core.h> #include <sound/initval.h> |