common: Drop net.h from common header
[oweals/u-boot.git] / drivers / mtd / nand / raw / denali.c
index 3a09a8165c10903d54a513c8debf6fb96b50d4ed..a58d7ce4ab1388b04c538ab7dbb1c8c6f45bb66b 100644 (file)
@@ -5,9 +5,12 @@
  * Copyright (C) 2009-2010, Intel Corporation and its suppliers.
  */
 
+#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <nand.h>
+#include <asm/cache.h>
+#include <asm/dma-mapping.h>
 #include <dm/device_compat.h>
 #include <dm/devres.h>
 #include <linux/bitfield.h>