diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-03-04 04:08:58 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:20 -0400 |
commit | 24982c5f7feca2f4d1b0b562a28b767d93a01ce0 (patch) | |
tree | 9bd500e6b774bfc21d6b14d4a0834f1f66753992 /sound/pci/hda/hda_intel.c | |
parent | ae092c9ede515bd6864b44efc2d83135bd3c535b (diff) |
[ALSA] hda_intel needs dma-mapping.h
sparc32:
sound/pci/hda/hda_intel.c: In function 'azx_create':
sound/pci/hda/hda_intel.c:1838: error: 'DMA_64BIT_MASK' undeclared (first use in this function)
sound/pci/hda/hda_intel.c:1838: error: (Each undeclared identifier is reported only once
sound/pci/hda/hda_intel.c:1838: error: for each function it appears in.)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index c495ca012941..48677f36f5e4 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/interrupt.h> | 39 | #include <linux/interrupt.h> |
40 | #include <linux/kernel.h> | 40 | #include <linux/kernel.h> |
41 | #include <linux/module.h> | 41 | #include <linux/module.h> |
42 | #include <linux/dma-mapping.h> | ||
42 | #include <linux/moduleparam.h> | 43 | #include <linux/moduleparam.h> |
43 | #include <linux/init.h> | 44 | #include <linux/init.h> |
44 | #include <linux/slab.h> | 45 | #include <linux/slab.h> |