Private
Public Access
2
0

i2c: removed gpio from context

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-02 13:53:20 +01:00
parent 17a72cf5be
commit e68a420f0a
2 changed files with 0 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ typedef struct {
int hz; /**< frequency of communication */
int fh; /**< the file handle to the /dev/i2c-* device */
int addr; /**< the address of the i2c slave */
maa_gpio_context gpio;
/*@}*/
} maa_i2c_context;

View File

@@ -60,7 +60,6 @@ typedef struct {
int hz; /**< frequency of communication */
int fh; /**< the file handle to the /dev/i2c-* device */
int addr; /**< the address of the i2c slave */
maa_gpio_context gpio;
/*@}*/
} maa_i2c_context;