diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 10:49:33 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 10:49:33 -0500 |
commit | 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (patch) | |
tree | b3c6aa438adcfdc4e9505aca81b82d9efe2eae3d /sound/parisc | |
parent | 37419584abbb3abf3fae6b9eb6869f18c95f6a1d (diff) |
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.c | 2 |
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 @@ | |||
44 | #include <linux/interrupt.h> | 44 | #include <linux/interrupt.h> |
45 | #include <linux/spinlock.h> | 45 | #include <linux/spinlock.h> |
46 | #include <linux/dma-mapping.h> | 46 | #include <linux/dma-mapping.h> |
47 | #include <linux/io.h> | ||
47 | 48 | ||
48 | #include <sound/core.h> | 49 | #include <sound/core.h> |
49 | #include <sound/pcm.h> | 50 | #include <sound/pcm.h> |
@@ -52,7 +53,6 @@ | |||
52 | #include <sound/initval.h> | 53 | #include <sound/initval.h> |
53 | #include <sound/info.h> | 54 | #include <sound/info.h> |
54 | 55 | ||
55 | #include <asm/io.h> | ||
56 | #include <asm/hardware.h> | 56 | #include <asm/hardware.h> |
57 | #include <asm/parisc-device.h> | 57 | #include <asm/parisc-device.h> |
58 | 58 | ||