mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
net: smsc95xx: Sort the include files
Tidy up the include file order before adding more. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f58a41e001
commit
a26925913c
@ -6,12 +6,13 @@
|
|||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/unaligned.h>
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <malloc.h>
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
|
#include <asm/unaligned.h>
|
||||||
#include <linux/mii.h>
|
#include <linux/mii.h>
|
||||||
#include "usb_ether.h"
|
#include "usb_ether.h"
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
/* SMSC LAN95xx based USB 2.0 Ethernet Devices */
|
/* SMSC LAN95xx based USB 2.0 Ethernet Devices */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user