1. 03 6月, 2015 1 次提交
  2. 21 2月, 2015 1 次提交
  3. 27 11月, 2014 1 次提交
  4. 07 11月, 2014 1 次提交
  5. 20 10月, 2014 1 次提交
  6. 05 7月, 2014 1 次提交
  7. 28 5月, 2014 1 次提交
    • A
      regulator: arizona-ldo1: add missing #include · 7b22b9a5
      Arnd Bergmann 提交于
      commit 2cce4be9 "regulator: arizona-ldo1: Add processing of init_data
      from device tree" added a call to of_get_child_by_name() but
      did not add an #include to the header file declaring that function.
      
      I got a build error when doing randconfig testing on this, which
      is fixed by this patch to include of.h.
      
      drivers/regulator/arizona-ldo1.c:192:2: error: implicit declaration of function 'of_get_child_by_name' [-Werror=implicit-function-declaration]
      drivers/regulator/arizona-ldo1.c:193:2: error: implicit declaration of function 'of_parse_phandle' [-Werror=implicit-function-declaration]
      drivers/regulator/arizona-ldo1.c:213:2: error: implicit declaration of function 'of_node_put' [-Werror=implicit-function-declaration]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      7b22b9a5
  8. 19 4月, 2014 2 次提交
  9. 18 3月, 2014 1 次提交
  10. 20 2月, 2014 1 次提交
  11. 17 9月, 2013 1 次提交
  12. 26 3月, 2013 1 次提交
  13. 29 11月, 2012 4 次提交
  14. 20 11月, 2012 3 次提交
  15. 28 9月, 2012 1 次提交
  16. 10 9月, 2012 1 次提交
  17. 04 7月, 2012 1 次提交
  18. 25 6月, 2012 1 次提交