1. 20 1月, 2012 1 次提交
  2. 12 11月, 2011 1 次提交
    • O
      ARM: 7156/1: l2x0: fix compile error on !CONFIG_USE_OF · e7c86c7b
      Olof Johansson 提交于
      fae2b89a (ARM: l2x0: add empty l2x0_of_init) adds a static inline
      function that returns -ENODEV, but at least on tegra cache-l2x0.h is
      included without errno.h being pulled in first, resulting in compile
      errors if OF isn't enabled:
      
      In file included from arch/arm/mach-tegra/common.c:26:
      arch/arm/include/asm/hardware/cache-l2x0.h: In function 'l2x0_of_init':
      arch/arm/include/asm/hardware/cache-l2x0.h:110: error: 'ENODEV' undeclared (first use in this function)
      arch/arm/include/asm/hardware/cache-l2x0.h:110: error: (Each undeclared identifier is reported only once
      arch/arm/include/asm/hardware/cache-l2x0.h:110: error: for each function it appears in.)
      
      Add errno.h to the include file to make it self-contained.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Acked-by: NRob Herring <rob.herring@calxeda.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e7c86c7b
  3. 31 10月, 2011 1 次提交
  4. 17 10月, 2011 2 次提交
  5. 07 9月, 2011 1 次提交
  6. 15 8月, 2011 1 次提交
  7. 19 2月, 2011 1 次提交
  8. 19 12月, 2010 1 次提交
  9. 26 10月, 2010 2 次提交
  10. 25 10月, 2010 1 次提交
  11. 15 5月, 2010 1 次提交
  12. 30 5月, 2009 1 次提交
  13. 03 8月, 2008 1 次提交
  14. 12 2月, 2007 1 次提交