i2c/i2c_dw: remove unused slave_mode field

It is not being used so remove it.

Change-Id: Ib933cf3cbd62e1f54a4dd0ee7bcba6970e2a29f1
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2016-01-11 13:15:07 -08:00 committed by Anas Nashif
parent 0e423317e2
commit ee150853de

View file

@ -110,7 +110,7 @@ struct i2c_dw_dev_config {
union dev_config app_config;
volatile uint8_t state; /* last direction of transfer */
uint8_t slave_mode;
uint8_t request_bytes;
uint8_t rx_len;
uint8_t *rx_buffer;