diff options
author | Balaji T K <balajitk@ti.com> | 2009-12-13 15:30:48 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-12-13 15:30:48 -0500 |
commit | ef3b7d0d3ed6c53917367003af90a4002f409d3d (patch) | |
tree | ce052b96281acb0f18b354fb347f8216cba644a5 /drivers/mfd | |
parent | fc7b92fca4e546184557f1c53f84ad57c66b7695 (diff) |
mfd: Rename twl4030_ routines in rtc-twl.c
This patch renames all twl4030_ functions to twl_ so that RTC driver can be
shared between Triton and Phoenix.
Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Nayak Rajendra <rnayak@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c index 9021f44de2a4..ebbd8e161267 100644 --- a/drivers/mfd/twl-core.c +++ b/drivers/mfd/twl-core.c | |||
@@ -561,7 +561,7 @@ add_children(struct twl4030_platform_data *pdata, unsigned long features) | |||
561 | * Eventually, Linux might become more aware of such | 561 | * Eventually, Linux might become more aware of such |
562 | * HW security concerns, and "least privilege". | 562 | * HW security concerns, and "least privilege". |
563 | */ | 563 | */ |
564 | child = add_child(3, "twl4030_rtc", | 564 | child = add_child(3, "twl_rtc", |
565 | NULL, 0, | 565 | NULL, 0, |
566 | true, pdata->irq_base + RTC_INTR_OFFSET, 0); | 566 | true, pdata->irq_base + RTC_INTR_OFFSET, 0); |
567 | if (IS_ERR(child)) | 567 | if (IS_ERR(child)) |