projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed86b1
)
sound: pxa2xx-ac97: include mach/irqs.h directly
author
Rob Herring
<rob.herring@calxeda.com>
Tue, 3 Jan 2012 23:10:17 +0000
(17:10 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Thu, 26 Jan 2012 02:37:42 +0000
(20:37 -0600)
In preparation of removing mach/irqs.h include from asm/irq.h, include
mach/irqs.h directly.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
sound/arm/pxa2xx-ac97-lib.c
patch
|
blob
|
history
diff --git
a/sound/arm/pxa2xx-ac97-lib.c
b/sound/arm/pxa2xx-ac97-lib.c
index
d1aa421
..
0e9e822
100644
(file)
--- a/
sound/arm/pxa2xx-ac97-lib.c
+++ b/
sound/arm/pxa2xx-ac97-lib.c
@@
-21,7
+21,7
@@
#include <sound/ac97_codec.h>
#include <sound/pxa2xx-lib.h>
-#include <
asm/irq
.h>
+#include <
mach/irqs
.h>
#include <mach/regs-ac97.h>
#include <mach/audio.h>