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

index db5c2958f97387cf4df60d5bca7c08d2bc61f482,9cac88a65f78402e2a45b919799576810d9ab9fd..9528779ca463154334fa54db9a22b6f852cddd0f
@@@ -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);
This page took 0.029606 seconds and 5 git commands to generate.