Paul Gortmaker 82ea267f7d mfd: Fix modular builds of rc5t583 regulator support
The combination of commit 1b1247dd75aa5cf5fae54a3bec7280046e9c7957

    "mfd: Add support for RICOH PMIC RC5T583"

and commit 6ffc3270210efa2bea526953a142ffc908f5bd86

    "regulator: Add support for RICOH PMIC RC5T583 regulator"

are causing the i386 allmodconfig builds to fail with this:

  ERROR: "rc5t583_update" [drivers/regulator/rc5t583-regulator.ko] undefined!
  ERROR: "rc5t583_set_bits" [drivers/regulator/rc5t583-regulator.ko] undefined!
  ERROR: "rc5t583_clear_bits" [drivers/regulator/rc5t583-regulator.ko] undefined!
  ERROR: "rc5t583_read" [drivers/regulator/rc5t583-regulator.ko] undefined!

and this:

  ERROR: "rc5t583_ext_power_req_config" [drivers/regulator/rc5t583-regulator.ko] undefined!

For the 1st four, make the simple ops static inline, instead of
polluting the namespace with trivial exports.  For the last one,
add an EXPORT_SYMBOL.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-04-16 21:27:07 +02:00
..
2012-03-06 18:46:57 +01:00
2012-03-16 21:12:32 +01:00
2012-04-16 18:57:26 +02:00
2011-10-24 14:09:19 +02:00
2011-03-31 11:26:23 -03:00
2012-03-20 16:56:33 +01:00
2012-01-09 01:03:34 +01:00
2011-03-27 00:09:51 +01:00
2012-03-06 18:46:47 +01:00
2011-05-26 19:45:28 +02:00
2011-05-26 19:45:28 +02:00
2012-01-09 00:37:44 +01:00
2012-03-20 16:56:33 +01:00
2012-03-28 13:56:35 -07:00
2011-03-31 11:26:23 -03:00
2009-09-17 09:46:59 +02:00
2012-03-28 13:56:35 -07:00
2012-03-28 13:56:35 -07:00
2012-03-28 13:56:35 -07:00
2012-03-28 13:56:35 -07:00