aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@epfl.ch>2013-06-18 15:17:56 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-19 10:19:39 +0200
commit637d6895f8f5ecc041ca6f521f544bb3d5699416 (patch)
tree22954c8310e695cb275f957c801431a3717d82e8 /include/linux/i2c
parentmfd: ssbi: Use devm_* and simplify code (diff)
downloadlinux-dev-637d6895f8f5ecc041ca6f521f544bb3d5699416.tar.xz
linux-dev-637d6895f8f5ecc041ca6f521f544bb3d5699416.zip
mfd: twl4030-power: Split from twl-core into a dedicated module
For now, the call to twl4030-power is hard-wired inside twl-core. To ease the future transition to DT, make twl4030-power as a separate module, like what is already done for twl4030-audio and others. Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r--include/linux/i2c/twl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index 488debbef895..2167c0d00abf 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -658,7 +658,6 @@ struct twl4030_power_data {
bool use_poweroff; /* Board is wired for TWL poweroff */
};
-extern void twl4030_power_init(struct twl4030_power_data *triton2_scripts);
extern int twl4030_remove_script(u8 flags);
extern void twl4030_power_off(void);