checkpatch.pl: Request if() instead #ifdef
[oweals/u-boot.git] / drivers / pwm / rk_pwm.c
index 46888e9077c8af4d1a02774f020c924dad9fc375..911da1d426146d4a42b3fb92828a42b4ca81ec11 100644 (file)
@@ -8,11 +8,13 @@
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
+#include <log.h>
 #include <pwm.h>
 #include <regmap.h>
 #include <syscon.h>
 #include <asm/io.h>
 #include <asm/arch-rockchip/pwm.h>
+#include <linux/bitops.h>
 #include <power/regulator.h>
 
 DECLARE_GLOBAL_DATA_PTR;