Skip to content

Commit

Permalink
sound: pxa2xx-ac97: include mach/irqs.h directly
Browse files Browse the repository at this point in the history
In preparation of removing mach/irqs.h include from asm/irq.h, include
mach/irqs.h directly.

Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
Rob Herring committed Jan 26, 2012
1 parent 2ed86b1 commit 9482ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/arm/pxa2xx-ac97-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 9482ee7

Please sign in to comment.