diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-02-29 19:28:14 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-22 13:04:19 +0100 |
commit | 1b8f333ff49f778a1215f65754c31c02408d1d08 (patch) | |
tree | fc064ba1b7383ee62ff5e63832dff13819ed128d /drivers/mfd | |
parent | 5fd32d6a3a0812ef730b7b83031fc00fa4c4075f (diff) | |
download | op-kernel-dev-1b8f333ff49f778a1215f65754c31c02408d1d08.zip op-kernel-dev-1b8f333ff49f778a1215f65754c31c02408d1d08.tar.gz |
mfd: Remove references already defineid in header file from twl-core
The twl-core exported functions are already declared in twl-core.h
Include the header file instead or re-declaring the functions.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl-core.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c index 140340f..712e262 100644 --- a/drivers/mfd/twl-core.c +++ b/drivers/mfd/twl-core.c @@ -45,6 +45,8 @@ #include <linux/i2c.h> #include <linux/i2c/twl.h> +#include "twl-core.h" + /* * The TWL4030 "Triton 2" is one of a family of a multi-function "Power * Management and System Companion Device" chips originally designed for @@ -1154,11 +1156,6 @@ static void clocks_init(struct device *dev, /*----------------------------------------------------------------------*/ -int twl4030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); -int twl4030_exit_irq(void); -int twl4030_init_chip_irq(const char *chip); -int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); -int twl6030_exit_irq(void); static int twl_remove(struct i2c_client *client) { |