mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
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: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
3f10462f29
commit
ca36c1fadd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user