1
0
Fork 0

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>
hifive-unleashed-5.1
Chanwoo Choi 2013-02-13 18:35:00 +09:00 committed by Greg Kroah-Hartman
parent be9bb02323
commit fd116066d9
2 changed files with 1 additions and 1 deletions

View 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;