aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-08-06 15:49:42 +0000
committerJohn Crispin <john@openwrt.org>2010-08-06 15:49:42 +0000
commit419128775a76ef97e344462212b1a646a07e08a5 (patch)
tree4afd72a5fa1288f7ad7379835b4b7f28e6fb103f /target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h
parente4598b8c1e33c6722ad4b4fddab3bbb1a0427cd3 (diff)
downloadupstream-419128775a76ef97e344462212b1a646a07e08a5.tar.gz
upstream-419128775a76ef97e344462212b1a646a07e08a5.tar.bz2
upstream-419128775a76ef97e344462212b1a646a07e08a5.zip
* remove references to gpio_dev * make vmmc driver register its own memory and dont rely on arch code to do so * makes any Danube board with a CFI commandset 2 NOR flash chip functional again * fixes filenames of downloaded firmwares
thanks, Ithamar R. Adema SVN-Revision: 22515
Diffstat (limited to 'target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h')
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h
index 71012be3ce..6e4b597cc9 100644
--- a/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_prom.h
@@ -19,8 +19,6 @@
#define _IFXPROM_H__
extern void early_printf(const char *fmt, ...);
-extern u32 *prom_get_cp1_base(void);
-extern u32 prom_get_cp1_size(void);
extern int ifxmips_has_brn_block(void);
#endif