]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: smsc95xx: Sort the include files
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2015 02:53:38 +0000 (20:53 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:18 +0000 (08:17 +0200)
Tidy up the include file order before adding more.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/eth/smsc95xx.c

index a7e50d6a6c566cb13e8c1f92f6717803e290e191..8ebe4d6bb85f0ef24b14aaf3eff51c1c115b5928 100644 (file)
@@ -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 */