From: Sundar Iyer Date: Mon, 13 Dec 2010 04:03:12 +0000 (+0530) Subject: mfd/tc35892: rename tc35892 header to tc3589x X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6eda6c5eeb357ff231121619fb49d2bc0605faf;p=linux-beck.git 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 Signed-off-by: Sundar Iyer Signed-off-by: Linus Walleij --- 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 @@ #include #include #include -#include +#include /* * 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 @@ #include #include #include -#include +#include /** * tc35892_reg_read() - read a single TC35892 register diff --git a/include/linux/mfd/tc35892.h b/include/linux/mfd/tc3589x.h similarity index 100% rename from include/linux/mfd/tc35892.h rename to include/linux/mfd/tc3589x.h