aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/include
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2010-08-06 15:49:42 +0000
committerJohn Crispin <blogic@openwrt.org>2010-08-06 15:49:42 +0000
commitd7a87e6551a6bb78d3f892e187f9f90e4287d1c4 (patch)
tree60b055fcb96e047becbeb0bc2c643591a1e9b628 /target/linux/ifxmips/files-2.6.33/arch/mips/include
parentb5598e8bd468c78077cac6f941b488c42811acc9 (diff)
downloadmaster-187ad058-d7a87e6551a6bb78d3f892e187f9f90e4287d1c4.tar.gz
master-187ad058-d7a87e6551a6bb78d3f892e187f9f90e4287d1c4.tar.bz2
master-187ad058-d7a87e6551a6bb78d3f892e187f9f90e4287d1c4.zip
[ifxmips]
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files-2.6.33/arch/mips/include')
-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