diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 18:10:17 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-25 21:37:42 -0500 |
commit | 9482ee7175d1c312c96ffc85c7c413b283cf847b (patch) | |
tree | 0dcfa2cecf3153b443900f8ba9a7560e61b1e0fe /sound/arm | |
parent | 2ed86b16eabe4efbf80cc725a8cbb5310746a2fc (diff) |
sound: pxa2xx-ac97: include mach/irqs.h directly
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>
Diffstat (limited to 'sound/arm')
-rw-r--r-- | sound/arm/pxa2xx-ac97-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/pxa2xx-ac97-lib.c b/sound/arm/pxa2xx-ac97-lib.c index d1aa4218f129..0e9e82262479 100644 --- a/sound/arm/pxa2xx-ac97-lib.c +++ b/sound/arm/pxa2xx-ac97-lib.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <sound/ac97_codec.h> | 21 | #include <sound/ac97_codec.h> |
22 | #include <sound/pxa2xx-lib.h> | 22 | #include <sound/pxa2xx-lib.h> |
23 | 23 | ||
24 | #include <asm/irq.h> | 24 | #include <mach/irqs.h> |
25 | #include <mach/regs-ac97.h> | 25 | #include <mach/regs-ac97.h> |
26 | #include <mach/audio.h> | 26 | #include <mach/audio.h> |
27 | 27 | ||