diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-08 10:01:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 15:32:36 -0400 |
commit | 97432886617825d412bcedadf5e5b308f931caad (patch) | |
tree | 9fe0694bf2bc7e3467f3a90f517bc4723488e59c /sound/pcmcia | |
parent | 9da3b1ad7b074effd56729f9fc01cc5abf6503cc (diff) |
[PATCH] missing include in pdaudiocf_irq
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/pcmcia')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c index 732263e4a437..5bd69206ba65 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <sound/core.h> | 22 | #include <sound/core.h> |
23 | #include "pdaudiocf.h" | 23 | #include "pdaudiocf.h" |
24 | #include <sound/initval.h> | 24 | #include <sound/initval.h> |
25 | #include <asm/irq_regs.h> | ||
25 | 26 | ||
26 | /* | 27 | /* |
27 | * | 28 | * |