summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/fec_mpc5200.h')
-rw-r--r--drivers/net/fec_mpc5200.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/fec_mpc5200.h b/drivers/net/fec_mpc5200.h
index 81756a5f6a..c828ee3d13 100644
--- a/drivers/net/fec_mpc5200.h
+++ b/drivers/net/fec_mpc5200.h
@@ -13,7 +13,7 @@
#include <common.h>
#include <mpc5xxx.h>
-#include "sdma.h"
+#include <asm/arch/sdma.h>
typedef unsigned long uint32;
typedef unsigned short uint16;
@@ -216,11 +216,6 @@ typedef struct {
} FEC_TBD;
/* private structure */
-typedef enum {
- SEVENWIRE, /* 7-wire */
- MII10, /* MII 10Mbps */
- MII100 /* MII 100Mbps */
-} xceiver_type;
typedef struct {
ethernet_regs *eth;