1. 14 4月, 2012 1 次提交
    • D
      arm: msm: trout: fix compile failure · 204241c2
      Daniel Walker 提交于
      Fixes the following warnings,
      
      arch/arm/mach-msm/board-trout.c: In function 'trout_init':
      arch/arm/mach-msm/board-trout.c:71: error: 'system_rev' undeclared (first use in this function)
      arch/arm/mach-msm/board-trout.c:71: error: (Each undeclared identifier is reported only once
      arch/arm/mach-msm/board-trout.c:71: error: for each function it appears in.)
      
      and
      
      arch/arm/mach-msm/board-trout-panel.c: In function 'trout_init_panel':
      arch/arm/mach-msm/board-trout-panel.c:267: error: 'system_rev' undeclared (first use in this function)
      arch/arm/mach-msm/board-trout-panel.c:267: error: (Each undeclared identifier is reported only once
      arch/arm/mach-msm/board-trout-panel.c:267: error: for each function it appears in.)
      
      This came in with the following commit 9f97da78
      which removes asm/system.h
      Signed-off-by: NDaniel Walker <dwalker@fifo99.com>
      cc: David Howells <dhowells@redhat.com>
      cc: Bryan Huntsman <bryanh@codeaurora.org>
      cc: linux-arm-msm@vger.kernel.org
      cc: linux-arm-kernel@lists.infradead.org
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      204241c2
  2. 07 3月, 2012 1 次提交
  3. 17 10月, 2011 1 次提交
  4. 22 8月, 2011 1 次提交
  5. 01 3月, 2011 1 次提交
  6. 29 1月, 2011 1 次提交
  7. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  8. 16 7月, 2010 1 次提交
  9. 18 6月, 2010 1 次提交
  10. 14 5月, 2010 1 次提交
  11. 13 5月, 2010 2 次提交
  12. 20 11月, 2009 2 次提交
  13. 28 1月, 2009 1 次提交
    • R
      [ARM] msm: fix build errors · 9ce8bb55
      Russell King 提交于
      arch/arm/mach-msm/board-halibut.c:45: error: implicit declaration of function 'MSM_GPIO_TO_INT'
      arch/arm/mach-msm/board-halibut.c:45: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:45: error: (near initialization for 'smc91x_resources[1].start')
      arch/arm/mach-msm/board-halibut.c:46: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:46: error: (near initialization for 'smc91x_resources[1].end')
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9ce8bb55
  14. 22 10月, 2008 2 次提交
  15. 06 9月, 2008 1 次提交
  16. 07 8月, 2008 2 次提交
  17. 26 1月, 2008 1 次提交