summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi-barebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/ubi/ubi-barebox.h')
-rw-r--r--drivers/mtd/ubi/ubi-barebox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi-barebox.h b/drivers/mtd/ubi/ubi-barebox.h
index 7ee87ffd3e..5b2d4a72c8 100644
--- a/drivers/mtd/ubi/ubi-barebox.h
+++ b/drivers/mtd/ubi/ubi-barebox.h
@@ -17,7 +17,7 @@
#include <common.h>
#include <malloc.h>
#include <crc.h>
-#include <asm-generic/div64.h>
+#include <linux/math64.h>
#include <errno.h>
#include <linux/err.h>
#include <linux/types.h>