mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
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>
This commit is contained in:
parent
be9bb02323
commit
fd116066d9
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
#include <linux/gpio.h>
|
#include <linux/gpio.h>
|
||||||
#include <linux/extcon.h>
|
#include <linux/extcon.h>
|
||||||
#include <linux/extcon/extcon_gpio.h>
|
#include <linux/extcon/extcon-gpio.h>
|
||||||
|
|
||||||
struct gpio_extcon_data {
|
struct gpio_extcon_data {
|
||||||
struct extcon_dev edev;
|
struct extcon_dev edev;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue