aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/t7l66xb.h
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-10-09 20:06:09 +0200
committerSamuel Ortiz <samuel@sortiz.org>2008-10-19 22:54:12 +0200
commit7acb706ca97fce84bda4a902a33de2f3dae10260 (patch)
tree90e6468e55ea1029258dda97a5f2c0e1566ef8d2 /include/linux/mfd/t7l66xb.h
parent9297a0e7e033b7f2776610197fcbb9ff563efe32 (diff)
mfd: update TMIO drivers to use the clock API
This patch updates the remaining two TMIO drivers to use the clock API rather than callback hooks into platform code. Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'include/linux/mfd/t7l66xb.h')
-rw-r--r--include/linux/mfd/t7l66xb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/t7l66xb.h b/include/linux/mfd/t7l66xb.h
index e83c7f2036f..b4629818aea 100644
--- a/include/linux/mfd/t7l66xb.h
+++ b/include/linux/mfd/t7l66xb.h
@@ -15,8 +15,6 @@
#include <linux/mfd/tmio.h>
struct t7l66xb_platform_data {
- int (*enable_clk32k)(struct platform_device *dev);
- void (*disable_clk32k)(struct platform_device *dev);
int (*enable)(struct platform_device *dev);
int (*disable)(struct platform_device *dev);
int (*suspend)(struct platform_device *dev);