diff options
| author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-06-18 09:17:56 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-19 04:19:39 -0400 |
| commit | 637d6895f8f5ecc041ca6f521f544bb3d5699416 (patch) | |
| tree | 22954c8310e695cb275f957c801431a3717d82e8 /include/linux/i2c | |
| parent | e578438820cdca91cb5eab477ec062236433ce5f (diff) | |
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.h | 1 |
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 { | |||
| 658 | bool use_poweroff; /* Board is wired for TWL poweroff */ | 658 | bool use_poweroff; /* Board is wired for TWL poweroff */ |
| 659 | }; | 659 | }; |
| 660 | 660 | ||
| 661 | extern void twl4030_power_init(struct twl4030_power_data *triton2_scripts); | ||
| 662 | extern int twl4030_remove_script(u8 flags); | 661 | extern int twl4030_remove_script(u8 flags); |
| 663 | extern void twl4030_power_off(void); | 662 | extern void twl4030_power_off(void); |
| 664 | 663 | ||
