diff options
Diffstat (limited to 'sound/drivers/pcsp/pcsp.c')
-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 @@ | |||
13 | #include <sound/pcm.h> | 13 | #include <sound/pcm.h> |
14 | #include <linux/input.h> | 14 | #include <linux/input.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <asm/bitops.h> | 16 | #include <linux/bitops.h> |
17 | #include "pcsp_input.h" | 17 | #include "pcsp_input.h" |
18 | #include "pcsp.h" | 18 | #include "pcsp.h" |
19 | 19 | ||