common: Move command functions out of common.h
[oweals/u-boot.git] / drivers / net / dc2114x.c
index f38f36beb15fb294a76fa2aabfb4ffac467ffda7..43c2253f10d2d163ed02b014b976aec5281dfa9f 100644 (file)
@@ -1,8 +1,7 @@
-/*
- * SPDX-License-Identifier:    GPL-2.0+
- */
+// SPDX-License-Identifier: GPL-2.0+
 
 #include <common.h>
+#include <env.h>
 #include <malloc.h>
 #include <net.h>
 #include <netdev.h>
 #define TOUT_LOOP   1000000
 
 #define SETUP_FRAME_LEN 192
-#define ETH_ALEN       6
 
 struct de4x5_desc {
        volatile s32 status;