aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-05-11 15:07:44 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-20 17:26:59 +0200
commit32df986e985921386b75b4bd1117102bf65fe095 (patch)
treeaf9a34aa41af52761505e427647448a189d11209 /include/linux/mfd
parentmfd: Convert all tps65910 allocation to devm_* (diff)
downloadlinux-dev-32df986e985921386b75b4bd1117102bf65fe095.tar.xz
linux-dev-32df986e985921386b75b4bd1117102bf65fe095.zip
mfd: Register tps65910 gpios as an mfd device
As gpio support for tps65910 is on gpio driver, registering gpio support as the mfd sub devices instead of calling gpio_init() from the core probe. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps65910.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index 949f1da661d2..c2673ee5e70f 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -830,9 +830,6 @@ struct tps65910 {
struct tps65910_rtc *rtc;
struct tps65910_power *power;
- /* GPIO Handling */
- struct gpio_chip gpio;
-
/* IRQ Handling */
struct mutex irq_lock;
int chip_irq;
@@ -846,7 +843,6 @@ struct tps65910_platform_data {
int irq_base;
};
-void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base);
int tps65910_irq_init(struct tps65910 *tps65910, int irq,
struct tps65910_platform_data *pdata);
int tps65910_irq_exit(struct tps65910 *tps65910);