1. 04 1月, 2012 1 次提交
  2. 20 8月, 2011 1 次提交
    • V
      s3c-adc-battery: Fix compilation error due to missing header (module.h) · 815efa1e
      Vasily Khoruzhick 提交于
      Add linux/module.h to fix this compilation error:
      
      drivers/power/s3c_adc_battery.c:435:15: error: expected declaration specifiers or ‘...’ before string constant
      drivers/power/s3c_adc_battery.c:435:1: warning: data definition has no type or storage class
      drivers/power/s3c_adc_battery.c:435:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_AUTHOR’
      drivers/power/s3c_adc_battery.c:435:15: warning: function declaration isn’t a prototype
      drivers/power/s3c_adc_battery.c:436:20: error: expected declaration specifiers or ‘...’ before string constant
      drivers/power/s3c_adc_battery.c:436:1: warning: data definition has no type or storage class
      drivers/power/s3c_adc_battery.c:436:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_DESCRIPTION’
      drivers/power/s3c_adc_battery.c:436:20: warning: function declaration isn’t a prototype
      drivers/power/s3c_adc_battery.c:437:16: error: expected declaration specifiers or ‘...’ before string constant
      drivers/power/s3c_adc_battery.c:437:1: warning: data definition has no type or storage class
      drivers/power/s3c_adc_battery.c:437:1: warning: type defaults to ‘int’ in declaration of ‘MODULE_LICENSE’
      drivers/power/s3c_adc_battery.c:437:16: warning: function declaration isn’t a prototype
      make[2]: *** [drivers/power/s3c_adc_battery.o] Error 1
      Signed-off-by: NVasily Khoruzhick <anarsoul@gmail.com>
      Signed-off-by: NIan Lartey <ian@opensource.wolfsonmicro.com>
      Signed-off-by: NAnton Vorontsov <cbouatmailru@gmail.com>
      815efa1e
  3. 08 7月, 2011 1 次提交
  4. 16 3月, 2011 1 次提交
  5. 22 12月, 2010 1 次提交
  6. 02 11月, 2010 1 次提交
  7. 23 7月, 2010 1 次提交