1. 17 3月, 2012 1 次提交
  2. 12 3月, 2012 6 次提交
  3. 09 3月, 2012 1 次提交
    • T
      ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h · 4647ca57
      Tony Lindgren 提交于
      Found few more with randconfig generated .configs:
      
      In file included from arch/arm/mach-omap2/prm-regbits-34xx.h:17,
                       from arch/arm/mach-omap2/vc.c:18:
      arch/arm/mach-omap2/prm2xxx_3xxx.h: In function ‘omap2_prm_read_mod_reg’:
      arch/arm/mach-omap2/prm2xxx_3xxx.h:239: error: implicit declaration of function ‘WARN’
      
      In file included from arch/arm/mach-omap2/powerdomain44xx.c:22:
      arch/arm/mach-omap2/prm2xxx_3xxx.h: In function ‘omap2_prm_read_mod_reg’:
      arch/arm/mach-omap2/prm2xxx_3xxx.h:239: error: implicit declaration of function ‘WARN’
      
      This is because omap2_prm functions are currently just stubs for
      omap4 only builds.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4647ca57
  4. 08 3月, 2012 3 次提交
    • T
      ARM: OMAP2+: Fix section warnings for hsmmc_init_one · 6028505c
      Tony Lindgren 提交于
      Otherwise we can get the following error depending on
      the compiler:
      
      WARNING: arch/arm/mach-omap2/built-in.o(.text+0xafe0):
      Section mismatch in reference from the function omap_hsmmc_init_one()
      to the function .init.text:omap_hsmmc_pdata_init()
      The function omap_hsmmc_init_one() references
      the function __init omap_hsmmc_pdata_init().
      This is often because omap_hsmmc_init_one lacks a __init
      annotation or the annotation of omap_hsmmc_pdata_init is wrong.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6028505c
    • T
      ARM: OMAP2+: Fix build issues with missing include of linux/bug.h · d9a5f4dd
      Tony Lindgren 提交于
      Otherwise we can get the following if bug.h is not included from kernel.h:
      
      arch/arm/mach-omap2/powerdomain-common.c:
      In function 'omap2_pwrdm_get_mem_bank_onstate_mask':
      arch/arm/mach-omap2/powerdomain-common.c:64:3: error:
      implicit declaration of function 'WARN_ON' [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      d9a5f4dd
    • T
      ARM: OMAP2+: Fix build error after merge · 2b43e4e5
      Tony Lindgren 提交于
      Commit 9890ce44 (ARM: get rid of asm/irq.h in asm/prom.h)
      removed include of asm/irq.h in asm/prom.h. This commit
      together with recent omap cleanup to remove io.h causes
      build breakage:
      
      arrch/arm/mach-omap2/control.c: In function 'omap3_ctrl_write_boot_mode':
      arch/arm/mach-omap2/control.c:238: error:
      'OMAP343X_CTRL_BASE' undeclared (first use in this function)
      ...
      
      Fix this by including hardware.h directly where needed
      instead of relying on asm/irq.h in asm/prom.h.
      Reported-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      2b43e4e5
  5. 07 3月, 2012 6 次提交
  6. 06 3月, 2012 13 次提交
  7. 05 3月, 2012 1 次提交
  8. 01 3月, 2012 1 次提交
  9. 29 2月, 2012 5 次提交
  10. 27 2月, 2012 1 次提交
  11. 25 2月, 2012 2 次提交