[PATCH v2 5/7] ARM: mmp: append OF support on pxa168
Chris Ball
cjb at laptop.org
Mon Apr 9 11:43:44 EST 2012
Hi,
On Mon, Mar 05 2012, Haojian Zhuang wrote:
> +static int __init mmp_intc_add_irq_domain(struct device_node *np,
> + struct device_node *parent)
> +{
> + irq_domain_add_simple(np, 0);
> + return 0;
> +}
> +
> +static int __init mmp_gpio_add_irq_domain(struct device_node *np,
> + struct device_node *parent)
> +{
> + irq_domain_add_simple(np, IRQ_GPIO_START);
> + return 0;
> +}
This patch was merged for 3.4-rc1, but it fails to compile because Grant
removed irq_domain_add_simple() in 3.4-rc1.
- Chris.
--
Chris Ball <cjb at laptop.org> <http://printf.net/>
One Laptop Per Child
More information about the devicetree-discuss
mailing list