diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-xiic.c')
-rw-r--r-- | drivers/i2c/busses/i2c-xiic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index e8400042b358..4dda23f22a67 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c | |||
@@ -63,6 +63,7 @@ enum xiic_endian { | |||
63 | * @state: See STATE_ | 63 | * @state: See STATE_ |
64 | * @rx_msg: Current RX message | 64 | * @rx_msg: Current RX message |
65 | * @rx_pos: Position within current RX message | 65 | * @rx_pos: Position within current RX message |
66 | * @endianness: big/little-endian byte order | ||
66 | */ | 67 | */ |
67 | struct xiic_i2c { | 68 | struct xiic_i2c { |
68 | void __iomem *base; | 69 | void __iomem *base; |