summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-02-22 10:39:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-22 10:39:38 +0100
commita4d21cda3ca4fa82bbd71026c072af991c189400 (patch)
tree3b1521ba234edfc7197bfe0a4d93cd0477771d53 /arch/powerpc
parentcf1f2f0121e42778d4521d3871f1e35cabf4b3b0 (diff)
parent3a11261b5062eb5cc758450e79af36be68eca714 (diff)
downloadbarebox-a4d21cda3ca4fa82bbd71026c072af991c189400.tar.gz
barebox-a4d21cda3ca4fa82bbd71026c072af991c189400.tar.xz
Merge branch 'for-next/asm-generic'
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/ddr-8xxx/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/ddr-8xxx/util.c b/arch/powerpc/ddr-8xxx/util.c
index 626b5f3f9b..4525524926 100644
--- a/arch/powerpc/ddr-8xxx/util.c
+++ b/arch/powerpc/ddr-8xxx/util.c
@@ -8,7 +8,7 @@
#include <common.h>
#include <asm/fsl_law.h>
-#include <asm-generic/div64.h>
+#include <linux/math64.h>
#include <mach/clock.h>
#include "ddr.h"