]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rtc: tegra: Sort includes alphabetically
authorThierry Reding <treding@nvidia.com>
Thu, 12 Jan 2017 16:07:42 +0000 (17:07 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 13 Jan 2017 16:51:59 +0000 (17:51 +0100)
The ordering of includes is currently completely arbitrary, making it
impossible to decide where to put new includes. Remove the dilemma by
sort the include list alphabetically.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-tegra.c

index 3853ba963bb5d801502b8d50d992c83aeb886eb0..38e662ff1a7068b39c241b2d744b931132832c74 100644 (file)
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-#include <linux/kernel.h>
+
+#include <linux/delay.h>
 #include <linux/init.h>
-#include <linux/module.h>
-#include <linux/slab.h>
-#include <linux/irq.h>
 #include <linux/io.h>
-#include <linux/delay.h>
-#include <linux/rtc.h>
+#include <linux/irq.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/pm.h>
+#include <linux/rtc.h>
+#include <linux/slab.h>
 
 /* set to 1 = busy every eight 32kHz clocks during copy of sec+msec to AHB */
 #define TEGRA_RTC_REG_BUSY                     0x004