Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesa...
authorOlof Johansson <olof@lixom.net>
Wed, 5 Sep 2012 22:35:48 +0000 (15:35 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 5 Sep 2012 22:35:48 +0000 (15:35 -0700)
* 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  + sync to 3.6-rc3

1  2 
drivers/gpio/gpio-pxa.c

@@@ -464,12 -530,12 +489,12 @@@ static int pxa_irq_domain_map(struct ir
  
  const struct irq_domain_ops pxa_irq_domain_ops = {
        .map    = pxa_irq_domain_map,
+       .xlate  = irq_domain_xlate_twocell,
  };
  
- #ifdef CONFIG_OF
  static int __devinit pxa_gpio_probe_dt(struct platform_device *pdev)
  {
 -      int ret, nr_banks, nr_gpios, irq_base;
 +      int ret, nr_banks, nr_gpios;
        struct device_node *prev, *next, *np = pdev->dev.of_node;
        const struct of_device_id *of_id =
                                of_match_device(pxa_gpio_dt_ids, &pdev->dev);