Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/ti Sort headers. No binary changes.



details:   https://anonhg.NetBSD.org/src/rev/48b29ac64b00
branches:  trunk
changeset: 950426:48b29ac64b00
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Jan 29 13:07:32 2021 +0000

description:
Sort headers. No binary changes.

diffstat:

 sys/arch/arm/ti/ti_gpio.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 7ea0253a7567 -r 48b29ac64b00 sys/arch/arm/ti/ti_gpio.c
--- a/sys/arch/arm/ti/ti_gpio.c Fri Jan 29 07:58:57 2021 +0000
+++ b/sys/arch/arm/ti/ti_gpio.c Fri Jan 29 13:07:32 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ti_gpio.c,v 1.10 2021/01/27 03:10:20 thorpej Exp $ */
+/* $NetBSD: ti_gpio.c,v 1.11 2021/01/29 13:07:32 rin Exp $ */
 
 /*-
  * Copyright (c) 2019 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,17 +27,17 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ti_gpio.c,v 1.10 2021/01/27 03:10:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ti_gpio.c,v 1.11 2021/01/29 13:07:32 rin Exp $");
 
 #include <sys/param.h>
+#include <sys/bitops.h>
 #include <sys/bus.h>
 #include <sys/device.h>
+#include <sys/gpio.h>
 #include <sys/intr.h>
-#include <sys/systm.h>
+#include <sys/kmem.h>
 #include <sys/mutex.h>
-#include <sys/kmem.h>
-#include <sys/gpio.h>
-#include <sys/bitops.h>
+#include <sys/systm.h>
 
 #include <dev/fdt/fdtvar.h>
 #include <dev/gpio/gpiovar.h>



Home | Main Index | Thread Index | Old Index