summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/i2c-imx31.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/i2c-imx31.c')
-rw-r--r--firmware/target/arm/imx31/i2c-imx31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/i2c-imx31.c b/firmware/target/arm/imx31/i2c-imx31.c
index 972c7d465b..ce5e4cc8f8 100644
--- a/firmware/target/arm/imx31/i2c-imx31.c
+++ b/firmware/target/arm/imx31/i2c-imx31.c
@@ -367,7 +367,7 @@ int i2c_write(struct i2c_node *node, const unsigned char *data,
367 return -1; 367 return -1;
368} 368}
369 369
370void INIT_ATTR i2c_init(void) 370void i2c_init(void)
371{ 371{
372 /* Do one-time inits for each module that will be used - leave 372 /* Do one-time inits for each module that will be used - leave
373 * module disabled and unclocked until something wants it. */ 373 * module disabled and unclocked until something wants it. */