diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 17:24:43 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 17:25:07 +0100 |
commit | 976412fbc9855176ea7e02602a601b46c4479fcc (patch) | |
tree | 8f06fde284a151a2edb01abd04e786ae48274d9b /sound/drivers | |
parent | 6cbbfe1c8ddb6ac1322a87795dff9d8712c3e359 (diff) | |
download | linux-976412fbc9855176ea7e02602a601b46c4479fcc.tar.bz2 |
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/pcsp/pcsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/pcsp/pcsp.c b/sound/drivers/pcsp/pcsp.c index 2adc7548ffca..d9647bd84d0f 100644 --- a/sound/drivers/pcsp/pcsp.c +++ b/sound/drivers/pcsp/pcsp.c @@ -13,7 +13,7 @@ #include <sound/pcm.h> #include <linux/input.h> #include <linux/delay.h> -#include <asm/bitops.h> +#include <linux/bitops.h> #include "pcsp_input.h" #include "pcsp.h" |