diff options
author | Riku Voipio <riku.voipio@iki.fi> | 2009-03-03 21:13:50 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-03-03 21:06:12 -0500 |
commit | 693599438909de47fbfa4246bf67d6c535f719b5 (patch) | |
tree | 1b0b323d6c12c5df3c22c7f7cf8bde7016aec57c /arch/arm/mach-mv78xx0/common.h | |
parent | 5b99d5348304a32dfca92238d27ac4de2b365175 (diff) |
[ARM] mv78xx0: wire i2c support
All the pieces were ready, just matter of assembling
them together.
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-mv78xx0/common.h')
-rw-r--r-- | arch/arm/mach-mv78xx0/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/common.h b/arch/arm/mach-mv78xx0/common.h index f6274db6192d..befc22475469 100644 --- a/arch/arm/mach-mv78xx0/common.h +++ b/arch/arm/mach-mv78xx0/common.h @@ -44,6 +44,7 @@ void mv78xx0_uart0_init(void); void mv78xx0_uart1_init(void); void mv78xx0_uart2_init(void); void mv78xx0_uart3_init(void); +void mv78xx0_i2c_init(void); extern struct sys_timer mv78xx0_timer; |