Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / include / asm / arch-sunxi / pwm.h
index dca283c7a93aacb9b4f33ed558f487312c4b78d4..b89bddd2e898d5f5ac83d72583751b2775f0946d 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef _SUNXI_PWM_H
 #define _SUNXI_PWM_H
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define SUNXI_PWM_CTRL_REG             (SUNXI_PWM_BASE + 0)
 #define SUNXI_PWM_CH0_PERIOD           (SUNXI_PWM_BASE + 4)