Re: [PATCH] extcon: sm5502: Drop useless include

2014-09-22 Thread Chanwoo Choi
On 09/17/2014 06:16 AM, Jean Delvare wrote: > Don't include when the driver does not use anything > from this header file. > > Signed-off-by: Jean Delvare > Cc: Chanwoo Choi > Cc: MyungJoo Ham Applied. Thanks, Chanwoo Choi > --- > drivers/extcon/extcon-sm5502.c |1 - > 1 file changed,

Re: [PATCH] extcon: sm5502: Drop useless include

2014-09-16 Thread 함명주
> Don't include when the driver does not use anything > from this header file. > > Signed-off-by: Jean Delvare > Cc: Chanwoo Choi > Cc: MyungJoo Ham Acked-by: MyungJoo Ham Chanwoo, please review/merge the patch when you return. Cheers, MyungJoo > --- > drivers/extcon/extcon-sm5502.c |

[PATCH] extcon: sm5502: Drop useless include

2014-09-16 Thread Jean Delvare
Don't include when the driver does not use anything from this header file. Signed-off-by: Jean Delvare Cc: Chanwoo Choi Cc: MyungJoo Ham --- drivers/extcon/extcon-sm5502.c |1 - 1 file changed, 1 deletion(-) --- a/drivers/extcon/extcon-sm5502.c +++ b/drivers/extcon/extcon-sm5502.c @@ -17