summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h')
-rw-r--r--target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h b/target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h
deleted file mode 100644
index c232b5a3f..000000000
--- a/target/linux/ifxmips/files/arch/mips/ifxmips/danube/devices.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _DANUBE_DEVICES_H__
-#define _DANUBE_DEVICES_H__
-
-#include "../common/devices.h"
-
-enum {
- PCI_CLOCK_INT = 0,
- PCI_CLOCK_EXT
-};
-
-void __init danube_register_ebu_gpio(struct resource *resource, u32 value);
-void __init danube_register_ethernet(unsigned char *mac, int mii_mode);
-void __init danube_register_pci(int clock, int irq_mask);
-void __init danube_register_tapi(void);
-
-#endif