[U-Boot] [PATCH 06/20] net: smsc95xx: Sort the include files
Simon Glass
sjg at chromium.org
Wed Jul 8 04:53:38 CEST 2015
Tidy up the include file order before adding more.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/usb/eth/smsc95xx.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index a7e50d6..8ebe4d6 100644
--- a/drivers/usb/eth/smsc95xx.c
+++ b/drivers/usb/eth/smsc95xx.c
@@ -6,12 +6,13 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include <asm/unaligned.h>
#include <common.h>
+#include <errno.h>
+#include <malloc.h>
#include <usb.h>
+#include <asm/unaligned.h>
#include <linux/mii.h>
#include "usb_ether.h"
-#include <malloc.h>
/* SMSC LAN95xx based USB 2.0 Ethernet Devices */
--
2.4.3.573.g4eafbef
More information about the U-Boot
mailing list