From: Andrew Morton Date: Thu, 20 Mar 2008 11:04:46 +0000 (+0100) Subject: [ALSA] sound/pci/aw2/aw2-alsa.c needs dma-mapping.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=91e24faa556548e0705e8940410b8dc3bd1d949d;p=linux-beck.git [ALSA] sound/pci/aw2/aw2-alsa.c needs dma-mapping.h sparc32: sound/pci/aw2/aw2-alsa.c: In function 'snd_aw2_create': sound/pci/aw2/aw2-alsa.c:282: error: 'DMA_32BIT_MASK' undeclared (first use in this function) sound/pci/aw2/aw2-alsa.c:282: error: (Each undeclared identifier is reported only once sound/pci/aw2/aw2-alsa.c:282: error: for each function it appears in.) Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/aw2/aw2-alsa.c b/sound/pci/aw2/aw2-alsa.c index 24e3e4961d9f..12d01c9c6637 100644 --- a/sound/pci/aw2/aw2-alsa.c +++ b/sound/pci/aw2/aw2-alsa.c @@ -22,6 +22,7 @@ *****************************************************************************/ #include #include +#include #include #include #include