From: Nishanth Menon Date: Tue, 23 Jun 2015 16:15:12 +0000 (-0500) Subject: rtc: ds1307: Sort the headers X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eac7237fd8432e232af3c407e667dbdc17ebf1d8;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git rtc: ds1307: Sort the headers It is always a good practice to keep the #includes sorted Signed-off-by: Nishanth Menon Acked-by: Felipe Balbi Reviewed-by: Grygorii Strashko Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index 0a98d8a52791..b03880fc32b5 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c @@ -11,14 +11,14 @@ * published by the Free Software Foundation. */ -#include +#include +#include #include +#include +#include +#include #include -#include #include -#include -#include -#include /* * We can't determine type by probing, but if we expect pre-Linux code