Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca36c1fa authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRISv32: Fix declaration mismatch



Drop i2c_init from this header, it was declared non-static here,
but static in the C-file.

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 3f10462f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
#include <linux/init.h>

/* High level I2C actions */
int __init i2c_init(void);
int i2c_write(unsigned char theSlave, void *data, size_t nbytes);
int i2c_read(unsigned char theSlave, void *data, size_t nbytes);
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);