[PATCHv2 3/4] Virtex: add xilinx interrupt controller driver

Stephen Rothwell sfr at canb.auug.org.au
Tue Oct 2 01:08:19 EST 2007


On Sun, 30 Sep 2007 16:20:43 -0600 Grant Likely <grant.likely at secretlab.ca> 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 at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20071002/d19435d4/attachment.pgp>


More information about the Linuxppc-dev mailing list