summaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/net/ifx_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/uboot-ifxmips/files/net/ifx_eth.c')
-rw-r--r--package/uboot-ifxmips/files/net/ifx_eth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/uboot-ifxmips/files/net/ifx_eth.c b/package/uboot-ifxmips/files/net/ifx_eth.c
deleted file mode 100644
index 02e72aef3..000000000
--- a/package/uboot-ifxmips/files/net/ifx_eth.c
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
-#define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);
-