Re: [PATCH] extcon: max3355: kill unneeded #include's

2015-12-20 Thread Chanwoo Choi
On 2015년 12월 21일 03:31, Sergei Shtylyov wrote: > Some #include's weren't needed from the start, some are left overs from the > earlier driver versions... Kill 'em all! :-) I don't prefer following expression. I think you should write the description to maintain the formal style on the next. - "...

[PATCH] extcon: max3355: kill unneeded #include's

2015-12-20 Thread Sergei Shtylyov
Some #include's weren't needed from the start, some are left overs from the earlier driver versions... Kill 'em all! :-) Signed-off-by: Sergei Shtylyov --- The patch is against the 'extcon-next' branch of the 'extcon.git' repo. If possible, please fold this patch into the main MAX3355 driver pat