1. 27 1月, 2013 4 次提交
  2. 23 1月, 2013 2 次提交
    • L
      mfd: Fix compile errors and warnings when !CONFIG_AB8500_BM · 00441b5e
      Lee Jones 提交于
      drivers/mfd/ab8500-core.c:1015:21: error: ‘ab8500_bm_data’ undeclared here
      
      include/linux/mfd/abx500/ab8500-bm.h:445:13: warning: ‘ab8500_fg_reinit’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:448:13: warning: ‘ab8500_charger_usb_state_changed’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:451:29: warning: ‘ab8500_btemp_get’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:455:12: warning: ‘ab8500_btemp_get_batctrl_temp’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:463:12: warning: ‘ab8500_fg_inst_curr_blocking’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:442:12: warning: ‘ab8500_fg_inst_curr_done’ defined but not used
      include/linux/mfd/abx500/ab8500-bm.h:447:26: warning: ‘ab8500_fg_get’ defined but not used
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      00441b5e
    • G
      mfd: vexpress: Export global functions to fix build error · a17155bc
      Guenter Roeck 提交于
      Compiling vexpress client drivers as module results in error messages such as
      
      ERROR: "__vexpress_config_func_get" [drivers/hwmon/vexpress.ko] undefined!
      ERROR: "vexpress_config_func_put" [drivers/hwmon/vexpress.ko] undefined!
      
      This is because the global functions in drivers/mfd/vexpress-config.c are not
      exported. Fix it.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      a17155bc
  3. 22 1月, 2013 8 次提交
  4. 18 1月, 2013 2 次提交
  5. 17 1月, 2013 22 次提交
  6. 16 1月, 2013 2 次提交