aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-rc32434/gpio.h
diff options
context:
space:
mode:
authorPhil Sutter <n0-1@freewrt.org>2009-01-22 19:28:50 +0100
committerRalf Baechle <ralf@linux-mips.org>2009-01-30 21:33:01 +0000
commit3828ee047d3c8e0d0e8e9f4d738bd8593220299a (patch)
tree77a4a931f08fdc882b3d1587dca2f0bb1a1b1b83 /arch/mips/include/asm/mach-rc32434/gpio.h
parentMIPS: RB532: Simplify dev3 init (diff)
downloadlinux-dev-3828ee047d3c8e0d0e8e9f4d738bd8593220299a.tar.xz
linux-dev-3828ee047d3c8e0d0e8e9f4d738bd8593220299a.zip
MIPS: RB532: Update headers
Remove the {set,get}_434_reg() prototypes, as the functions have been removed. Also move the prototypes for {get,set}_latch_u5() to the correct place. Signed-off-by: Phil Sutter <n0-1@freewrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-rc32434/gpio.h')
-rw-r--r--arch/mips/include/asm/mach-rc32434/gpio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mach-rc32434/gpio.h b/arch/mips/include/asm/mach-rc32434/gpio.h
index b5cf6457305a..ca92c81f4067 100644
--- a/arch/mips/include/asm/mach-rc32434/gpio.h
+++ b/arch/mips/include/asm/mach-rc32434/gpio.h
@@ -80,10 +80,6 @@ struct rb532_gpio_reg {
/* Compact Flash GPIO pin */
#define CF_GPIO_NUM 13
-extern void set_434_reg(unsigned reg_offs, unsigned bit, unsigned len, unsigned val);
-extern unsigned get_434_reg(unsigned reg_offs);
-extern void set_latch_u5(unsigned char or_mask, unsigned char nand_mask);
-extern unsigned char get_latch_u5(void);
extern void rb532_gpio_set_ilevel(int bit, unsigned gpio);
extern void rb532_gpio_set_istat(int bit, unsigned gpio);