diff options
Diffstat (limited to 'include/linux/i2c-algo-bit.h')
-rw-r--r-- | include/linux/i2c-algo-bit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c-algo-bit.h b/include/linux/i2c-algo-bit.h index 63904ba6887e..d64cebc6e65a 100644 --- a/include/linux/i2c-algo-bit.h +++ b/include/linux/i2c-algo-bit.h | |||
@@ -25,6 +25,8 @@ | |||
25 | #ifndef _LINUX_I2C_ALGO_BIT_H | 25 | #ifndef _LINUX_I2C_ALGO_BIT_H |
26 | #define _LINUX_I2C_ALGO_BIT_H | 26 | #define _LINUX_I2C_ALGO_BIT_H |
27 | 27 | ||
28 | #include <linux/i2c.h> | ||
29 | |||
28 | /* --- Defines for bit-adapters --------------------------------------- */ | 30 | /* --- Defines for bit-adapters --------------------------------------- */ |
29 | /* | 31 | /* |
30 | * This struct contains the hw-dependent functions of bit-style adapters to | 32 | * This struct contains the hw-dependent functions of bit-style adapters to |