diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-12-13 09:33:12 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 19:27:39 +0100 |
commit | c6eda6c5eeb357ff231121619fb49d2bc0605faf (patch) | |
tree | 817a72c11b4934d1ed9019fbe6946a1921f020a0 | |
parent | d5d228158e77998a1659c1783fb204f275fab93b (diff) |
mfd/tc35892: rename tc35892 header to tc3589x
Rename the header file to include further variants within
the same mfd core driver
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
-rw-r--r-- | drivers/gpio/tc35892-gpio.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tc35892.c | 2 | ||||
-rw-r--r-- | include/linux/mfd/tc3589x.h (renamed from include/linux/mfd/tc35892.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/tc35892-gpio.c b/drivers/gpio/tc35892-gpio.c index 7e10c935a04..027b857c18f 100644 --- a/drivers/gpio/tc35892-gpio.c +++ b/drivers/gpio/tc35892-gpio.c @@ -13,7 +13,7 @@ #include <linux/gpio.h> #include <linux/irq.h> #include <linux/interrupt.h> -#include <linux/mfd/tc35892.h> +#include <linux/mfd/tc3589x.h> /* * These registers are modified under the irq bus lock and cached to avoid diff --git a/drivers/mfd/tc35892.c b/drivers/mfd/tc35892.c index e619e2a5599..f230235c376 100644 --- a/drivers/mfd/tc35892.c +++ b/drivers/mfd/tc35892.c @@ -12,7 +12,7 @@ #include <linux/slab.h> #include <linux/i2c.h> #include <linux/mfd/core.h> -#include <linux/mfd/tc35892.h> +#include <linux/mfd/tc3589x.h> /** * tc35892_reg_read() - read a single TC35892 register diff --git a/include/linux/mfd/tc35892.h b/include/linux/mfd/tc3589x.h index eff3094ca84..eff3094ca84 100644 --- a/include/linux/mfd/tc35892.h +++ b/include/linux/mfd/tc3589x.h |