aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pcmcia/pdaudiocf
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-02-02 17:49:53 +0100
committerTakashi Iwai <tiwai@suse.de>2011-02-02 17:49:53 +0100
commitddfb319926462fd9670b7c1678a1f6a14a68e421 (patch)
treefd2b011170c9fdf286adec8be614710897e8ce84 /sound/pcmcia/pdaudiocf
parentALSA: hda - Fix memory leaks in conexant jack arrays (diff)
downloadlinux-dev-ddfb319926462fd9670b7c1678a1f6a14a68e421.tar.xz
linux-dev-ddfb319926462fd9670b7c1678a1f6a14a68e421.zip
ALSA: use linux/io.h to fix compile warnings
For helping to reduce Greert's regression list... src/sound/drivers/mtpav.c: error: implicit declaration of function 'inb' src/sound/drivers/mtpav.c: error: implicit declaration of function 'outb' ... Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/pdaudiocf')
-rw-r--r--sound/pcmcia/pdaudiocf/pdaudiocf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.h b/sound/pcmcia/pdaudiocf/pdaudiocf.h
index bd26e092aead..6ce9ad700290 100644
--- a/sound/pcmcia/pdaudiocf/pdaudiocf.h
+++ b/sound/pcmcia/pdaudiocf/pdaudiocf.h
@@ -22,7 +22,7 @@
#define __PDAUDIOCF_H
#include <sound/pcm.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include <linux/interrupt.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>