diff options
| author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 16:49:33 +0100 | 
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 16:49:33 +0100 | 
| commit | 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (patch) | |
| tree | b3c6aa438adcfdc4e9505aca81b82d9efe2eae3d /sound/drivers/pcsp | |
| parent | 37419584abbb3abf3fae6b9eb6869f18c95f6a1d (diff) | |
| download | linux-6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359.tar.bz2 | |
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/drivers/pcsp')
| -rw-r--r-- | sound/drivers/pcsp/pcsp_input.c | 2 | ||||
| -rw-r--r-- | sound/drivers/pcsp/pcsp_lib.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/sound/drivers/pcsp/pcsp_input.c b/sound/drivers/pcsp/pcsp_input.c index 0ecf8a453e01..bfc25811985f 100644 --- a/sound/drivers/pcsp/pcsp_input.c +++ b/sound/drivers/pcsp/pcsp_input.c @@ -14,7 +14,7 @@  #include <linux/init.h>  #include <linux/input.h> -#include <asm/io.h> +#include <linux/io.h>  #include "pcsp.h"  #include "pcsp_input.h" diff --git a/sound/drivers/pcsp/pcsp_lib.c b/sound/drivers/pcsp/pcsp_lib.c index 29ebaa4ec0fd..3689f5f6be64 100644 --- a/sound/drivers/pcsp/pcsp_lib.c +++ b/sound/drivers/pcsp/pcsp_lib.c @@ -10,8 +10,8 @@  #include <linux/gfp.h>  #include <linux/moduleparam.h>  #include <linux/interrupt.h> +#include <linux/io.h>  #include <sound/pcm.h> -#include <asm/io.h>  #include "pcsp.h"  static bool nforce_wa; |