diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2013-02-13 10:35:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-13 17:35:43 +0100 |
commit | fd116066d966549211b41d929feea5474d57461b (patch) | |
tree | b1554c99aa81536f242fcd06ccf28f0722419c9d /drivers/extcon | |
parent | CREDITS: update email and address of Harald Hoyer (diff) | |
download | linux-fd116066d966549211b41d929feea5474d57461b.tar.xz linux-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 1b14bfcdc176..02bec32adde4 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; |