diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-eg20t.c')
-rw-r--r-- | drivers/i2c/busses/i2c-eg20t.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/i2c/busses/i2c-eg20t.c b/drivers/i2c/busses/i2c-eg20t.c index 93926a73f043..5441e6929f12 100644 --- a/drivers/i2c/busses/i2c-eg20t.c +++ b/drivers/i2c/busses/i2c-eg20t.c | |||
@@ -263,11 +263,6 @@ static void pch_i2c_init(struct i2c_algo_pch_data *adap) | |||
263 | init_waitqueue_head(&pch_event); | 263 | init_waitqueue_head(&pch_event); |
264 | } | 264 | } |
265 | 265 | ||
266 | static inline bool ktime_lt(const ktime_t cmp1, const ktime_t cmp2) | ||
267 | { | ||
268 | return cmp1.tv64 < cmp2.tv64; | ||
269 | } | ||
270 | |||
271 | /** | 266 | /** |
272 | * pch_i2c_wait_for_bus_idle() - check the status of bus. | 267 | * pch_i2c_wait_for_bus_idle() - check the status of bus. |
273 | * @adap: Pointer to struct i2c_algo_pch_data. | 268 | * @adap: Pointer to struct i2c_algo_pch_data. |