summaryrefslogtreecommitdiff
path: root/board/innokom/innokom.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/innokom/innokom.c')
-rw-r--r--board/innokom/innokom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/innokom/innokom.c b/board/innokom/innokom.c
index 17f6353d2e..0176d9c2c3 100644
--- a/board/innokom/innokom.c
+++ b/board/innokom/innokom.c
@@ -39,7 +39,7 @@
* The Innokom board has GPIO70 connected to SCLK which can be toggled
* until all chips think that their current cycles are finished.
*/
-int i2c_init_board(void)
+void i2c_init_board(void)
{
int i;
@@ -53,8 +53,6 @@ int i2c_init_board(void)
}
/* set gpio pin to input */
GPDR(70) &= ~GPIO_bit(70);
-
- return 0;
}