diff options
-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 7e10c935a047..027b857c18ff 100644 --- a/drivers/gpio/tc35892-gpio.c +++ b/drivers/gpio/tc35892-gpio.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/gpio.h> | 13 | #include <linux/gpio.h> |
14 | #include <linux/irq.h> | 14 | #include <linux/irq.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/mfd/tc35892.h> | 16 | #include <linux/mfd/tc3589x.h> |
17 | 17 | ||
18 | /* | 18 | /* |
19 | * These registers are modified under the irq bus lock and cached to avoid | 19 | * 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 e619e2a55997..f230235c3765 100644 --- a/drivers/mfd/tc35892.c +++ b/drivers/mfd/tc35892.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
13 | #include <linux/i2c.h> | 13 | #include <linux/i2c.h> |
14 | #include <linux/mfd/core.h> | 14 | #include <linux/mfd/core.h> |
15 | #include <linux/mfd/tc35892.h> | 15 | #include <linux/mfd/tc3589x.h> |
16 | 16 | ||
17 | /** | 17 | /** |
18 | * tc35892_reg_read() - read a single TC35892 register | 18 | * tc35892_reg_read() - read a single TC35892 register |
diff --git a/include/linux/mfd/tc35892.h b/include/linux/mfd/tc3589x.h index eff3094ca84e..eff3094ca84e 100644 --- a/include/linux/mfd/tc35892.h +++ b/include/linux/mfd/tc3589x.h | |||