diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2013-02-13 18:35:00 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-13 08:35:43 -0800 |
commit | fd116066d966549211b41d929feea5474d57461b (patch) | |
tree | b1554c99aa81536f242fcd06ccf28f0722419c9d /drivers/extcon | |
parent | be9bb0232322d73329d6dbf004c1222258a04a57 (diff) | |
download | linux-3.10-fd116066d966549211b41d929feea5474d57461b.tar.gz linux-3.10-fd116066d966549211b41d929feea5474d57461b.tar.bz2 linux-3.10-fd116066d966549211b41d929feea5474d57461b.zip |
extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c index 1b14bfcdc17..02bec32adde 100644 --- a/drivers/extcon/extcon-gpio.c +++ b/drivers/extcon/extcon-gpio.c @@ -29,7 +29,7 @@ #include <linux/workqueue.h> #include <linux/gpio.h> #include <linux/extcon.h> -#include <linux/extcon/extcon_gpio.h> +#include <linux/extcon/extcon-gpio.h> struct gpio_extcon_data { struct extcon_dev edev; |