Skip to content

Commit

Permalink
MN10300: ASB2305 PCI code needs linux/irq.h
Browse files Browse the repository at this point in the history
ASB2305 PCI code needs to #include linux/irq.h for XIRQ1 so that it can set
the CPU interrupt priority level on the PCI interrupt.

Signed-off-by: David Howells <[email protected]>
  • Loading branch information
dhowells committed Dec 12, 2012
1 parent 3d7b6a6 commit 00a2f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mn10300/unit-asb2305/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/irq.h>
#include <asm/io.h>
#include "pci-asb2305.h"

Expand Down

0 comments on commit 00a2f91

Please sign in to comment.