From 8112525a4ed5e1d1b128fa9b76599fccd59eaf3a Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Wed, 13 Feb 2013 18:35:00 +0900 Subject: [PATCH] --- yaml --- r: 355082 b: refs/heads/master c: fd116066d966549211b41d929feea5474d57461b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/extcon/extcon-gpio.c | 2 +- trunk/include/linux/extcon/{extcon_gpio.h => extcon-gpio.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/include/linux/extcon/{extcon_gpio.h => extcon-gpio.h} (100%) diff --git a/[refs] b/[refs] index 79ffbf10a4d3..e82150ae2bdb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be9bb0232322d73329d6dbf004c1222258a04a57 +refs/heads/master: fd116066d966549211b41d929feea5474d57461b diff --git a/trunk/drivers/extcon/extcon-gpio.c b/trunk/drivers/extcon/extcon-gpio.c index 1b14bfcdc176..02bec32adde4 100644 --- a/trunk/drivers/extcon/extcon-gpio.c +++ b/trunk/drivers/extcon/extcon-gpio.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include struct gpio_extcon_data { struct extcon_dev edev; diff --git a/trunk/include/linux/extcon/extcon_gpio.h b/trunk/include/linux/extcon/extcon-gpio.h similarity index 100% rename from trunk/include/linux/extcon/extcon_gpio.h rename to trunk/include/linux/extcon/extcon-gpio.h