]> Pileus Git - ~andy/linux/commitdiff
extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Feb 2013 09:35:00 +0000 (18:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Feb 2013 16:35:43 +0000 (08:35 -0800)
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>
drivers/extcon/extcon-gpio.c
include/linux/extcon/extcon-gpio.h [moved from include/linux/extcon/extcon_gpio.h with 100% similarity]

index 1b14bfcdc176895632b84f6f46a35f851a48067b..02bec32adde4bee5bb30a9ff385929d9f8ccb5d2 100644 (file)
@@ -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;