summaryrefslogtreecommitdiffstats
path: root/sound/parisc
diff options
context:
space:
mode:
authorTakashi Iwai2015-01-28 16:49:33 +0100
committerTakashi Iwai2015-01-28 16:49:33 +0100
commit6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (patch)
treeb3c6aa438adcfdc4e9505aca81b82d9efe2eae3d /sound/parisc
parentALSA: sscape: add missing include of linux/io.h (diff)
downloadkernel-qcow2-linux-6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359.tar.gz
kernel-qcow2-linux-6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359.tar.xz
kernel-qcow2-linux-6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359.zip
ALSA: Include linux/io.h instead of asm/io.h
Nowadays it's recommended. Replace all in a shot. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/parisc')
-rw-r--r--sound/parisc/harmony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/parisc/harmony.c b/sound/parisc/harmony.c
index f2350c1d6ee8..99b64cb3cef8 100644
--- a/sound/parisc/harmony.c
+++ b/sound/parisc/harmony.c
@@ -44,6 +44,7 @@
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/dma-mapping.h>
+#include <linux/io.h>
#include <sound/core.h>
#include <sound/pcm.h>
@@ -52,7 +53,6 @@
#include <sound/initval.h>
#include <sound/info.h>
-#include <asm/io.h>
#include <asm/hardware.h>
#include <asm/parisc-device.h>