1. 12 3月, 2012 1 次提交
  2. 28 11月, 2011 2 次提交
  3. 24 11月, 2011 1 次提交
  4. 01 11月, 2011 1 次提交
  5. 09 8月, 2011 1 次提交
    • R
      regulator: aat2870-regulator.c needs module.h · 3a7d021b
      Randy Dunlap 提交于
      aat2870-regulator.c needs to include linux/module.h to fix multiple
      build errors.
      
      drivers/regulator/aat2870-regulator.c:145: error: 'THIS_MODULE' undeclared here (not in a function)
      drivers/regulator/aat2870-regulator.c:230: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
      drivers/regulator/aat2870-regulator.c:231: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
      drivers/regulator/aat2870-regulator.c:232: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      3a7d021b
  6. 01 8月, 2011 1 次提交