Merge branch 'late/fixes' into fixes
authorOlof Johansson <olof@lixom.net>
Sun, 7 Oct 2012 14:22:32 +0000 (07:22 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 7 Oct 2012 14:22:32 +0000 (07:22 -0700)
This is a series from Arnd that fixes a number of compiler warnings
when building defconfigs on ARM.

* late/fixes:
  ARM: footbridge: nw_gpio_lock is raw_spin_lock
  ARM: mv78xx0: correct addr_map_cfg __initdata annotation
  ARM: footbridge: remove RTC_IRQ definition
  ARM: soc: dependency warnings for errata
  ARM: ks8695: __arch_virt_to_dma type handling
  ARM: rpc: check device_register return code in ecard_probe
  ARM: davinci: don't mark da850_register_cpufreq as __init
  ARM: iop13xx: fix iq81340sc_atux_map_irq prototype
  ARM: iop13xx: mark iop13xx_scan_bus as __devinit
  ARM: mv78xx0: mark mv78xx0_timer_init as __init_refok
  ARM: s3c24xx: fix multiple section mismatch warnings
  ARM: at91: unused variable in at91_pm_verify_clocks
  ARM: at91: skip at91_io_desc definition for NOMMU
  ARM: pxa: work around duplicate definition of GPIO24_SSP1_SFRM
  ARM: pxa: remove sharpsl_fatal_check function
  ARM: pxa: define palmte2_pxa_keys conditionally
  ARM: pxa: Wunused-result warning in viper board file
  ARM: shark: fix shark_pci_init return code

Fixed trivial conflicts in arch/arm/mach-at91/setup.c.

Signed-off-by: Olof Johansson <olof@lixom.net>
14 files changed:
1  2 
arch/arm/mach-at91/setup.c
arch/arm/mach-davinci/da850.c
arch/arm/mach-iop13xx/pci.c
arch/arm/mach-mv78xx0/addr-map.c
arch/arm/mach-mv78xx0/common.c
arch/arm/mach-pxa/cm-x2xx.c
arch/arm/mach-pxa/palmte2.c
arch/arm/mach-pxa/sharpsl_pm.c
arch/arm/mach-pxa/viper.c
arch/arm/mach-s3c24xx/simtec-usb.c
arch/arm/mach-shark/pci.c
arch/arm/mach-tegra/Kconfig
arch/arm/mach-ux500/Kconfig
drivers/char/nwflash.c

@@@ -87,8 -87,8 +87,8 @@@ void __init at91_init_sram(int bank, un
        iotable_init(desc, 1);
  }
  
- static struct map_desc at91_io_desc __initdata = {
+ static struct map_desc at91_io_desc __initdata __maybe_unused = {
 -      .virtual        = AT91_VA_BASE_SYS,
 +      .virtual        = (unsigned long)AT91_VA_BASE_SYS,
        .pfn            = __phys_to_pfn(AT91_BASE_SYS),
        .length         = SZ_16K,
        .type           = MT_DEVICE,
Simple merge
Simple merge
Simple merge
Simple merge
  #include <asm/mach/map.h>
  
  #include <mach/pxa25x.h>
+ #undef GPIO24_SSP1_SFRM
  #include <mach/pxa27x.h>
  #include <mach/audio.h>
 -#include <mach/pxafb.h>
 +#include <linux/platform_data/video-pxafb.h>
  #include <mach/smemc.h>
  
  #include <asm/hardware/it8152.h>
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge