Browse Source

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>
Chanwoo Choi 12 years ago
parent
commit
fd116066d9
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/extcon/extcon-gpio.c
  2. 0 0
      include/linux/extcon/extcon-gpio.h

+ 1 - 1
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;

+ 0 - 0
include/linux/extcon/extcon_gpio.h → include/linux/extcon/extcon-gpio.h