Re: [PATCHv2 3/4] Virtex: add xilinx interrupt controller driver
From: Stephen Rothwell <hidden>
Date: 2007-10-01 15:08:38
Attachments
- (unnamed) [application/pgp-signature] 189 bytes
From: Stephen Rothwell <hidden>
Date: 2007-10-01 15:08:38
On Sun, 30 Sep 2007 16:20:43 -0600 Grant Likely [off-list ref] wrote:
diff --git a/arch/powerpc/sysdev/xilinx_intc.c b/arch/powerpc/sysdev/xilinx_intc.c new file mode 100644 index 0000000..69f05cd --- /dev/null +++ b/arch/powerpc/sysdev/xilinx_intc.c@@ -0,0 +1,151 @@ +#include <linux/kernel.h> +#include <linux/irq.h> +#include <asm/io.h> +#include <asm/processor.h> +#include <asm/prom.h>
You probably want linux/of_device.h or linux/of.h instead of asm/prom.h -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/