common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / mmc / tmio-common.h
index 2f671df4bc944f825967916e1841f5ed317fb308..9062300c64f7a7df1da62a54c75628591393aad9 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __TMIO_COMMON_H__
 #define __TMIO_COMMON_H__
 
+#include <linux/bitops.h>
 #define TMIO_SD_CMD                    0x000   /* command */
 #define   TMIO_SD_CMD_NOSTOP           BIT(14) /* No automatic CMD12 issue */
 #define   TMIO_SD_CMD_MULTI            BIT(13) /* multiple block transfer */