summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:31 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:31 +0200
commit882be5b59bcfcdbbf599f3b5faee519d6aada54d (patch)
treef8abf56ca0ad2a971703de63574dd32d018a1b88 /drivers/net/fec_mpc5200.h
parent660d54708cdf5d0244bb3f9888feaf8579e9a380 (diff)
downloadbarebox-882be5b59bcfcdbbf599f3b5faee519d6aada54d.tar.gz
barebox-882be5b59bcfcdbbf599f3b5faee519d6aada54d.tar.xz
svn_rev_188
WIP
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;