summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx/include/mach/fec.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/mach-mpc5xxx/include/mach/fec.h')
-rw-r--r--arch/ppc/mach-mpc5xxx/include/mach/fec.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/ppc/mach-mpc5xxx/include/mach/fec.h b/arch/ppc/mach-mpc5xxx/include/mach/fec.h
deleted file mode 100644
index a3e04b4e9d..0000000000
--- a/arch/ppc/mach-mpc5xxx/include/mach/fec.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __INCLUDE_ASM_ARCH_FEC_H
-#define __INCLUDE_ASM_ARCH_FEC_H
-
-struct mpc5xxx_fec_platform_data {
- ulong xcv_type;
-};
-
-typedef enum {
- SEVENWIRE, /* 7-wire */
- MII10, /* MII 10Mbps */
- MII100 /* MII 100Mbps */
-} xceiver_type;
-
-#endif /* __INCLUDE_ASM_ARCH_FEC_H */