mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue
[oweals/u-boot.git] / drivers / gpio / hsdk-creg-gpio.c
index 800027f18ef018b08839e5fd6fa505cad2b78574..d9df804f6390dfaa6af964a59d62c92273528a66 100644 (file)
@@ -9,11 +9,13 @@
  * warranty of any kind, whether express or implied.
  */
 
+#include <log.h>
 #include <asm-generic/gpio.h>
 #include <asm/io.h>
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
+#include <linux/bitops.h>
 #include <linux/printk.h>
 
 #define DRV_NAME       "gpio_creg"