Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / i2c / at91_i2c.h
index 87f02bfaf3f7c8eff521f9778249d479c12573c8..3915af83723e701ad94395867ecabd51edbce980 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _AT91_I2C_H
 #define _AT91_I2C_H
 
+#include <linux/bitops.h>
 #define        TWI_CR_START            BIT(0)  /* Send a Start Condition */
 #define        TWI_CR_MSEN             BIT(2)  /* Master Transfer Enable */
 #define        TWI_CR_STOP             BIT(1)  /* Send a Stop Condition */