Merge branch '2020-06-15-misc-bugfixes'
[oweals/u-boot.git] / drivers / mtd / pic32_flash.c
index 5c55f1557f5c7b149cd2fc15f93be0d65c085a86..a58a2c4b6c319aff10a4e936e93761718fcd0e57 100644 (file)
@@ -6,9 +6,13 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <dm.h>
 #include <fdt_support.h>
 #include <flash.h>
+#include <init.h>
+#include <irq_func.h>
+#include <linux/bitops.h>
 #include <mach/pic32.h>
 #include <wait_bit.h>