summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5
diff options
context:
space:
mode:
authorDinh Nguyen <Dinh.Nguyen@freescale.com>2010-04-13 14:05:08 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2010-04-14 09:04:15 +0200
commit17807f913bdbb2c5b4d0f6b168b4f68d5cece7e3 (patch)
treefb0a561455037a2b52c6161569c4d0155d72b747 /arch/arm/mach-mx5
parent2ba3abd8186f24c7fb418927025b4e2120e3a362 (diff)
downloadop-kernel-dev-17807f913bdbb2c5b4d0f6b168b4f68d5cece7e3.zip
op-kernel-dev-17807f913bdbb2c5b4d0f6b168b4f68d5cece7e3.tar.gz
mx5: Fix build error for mx51_defconfig
Need to include <asm/div64.h> for do_div calls. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r--arch/arm/mach-mx5/clock-mx51.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/clock-mx51.c b/arch/arm/mach-mx5/clock-mx51.c
index 8f85f73..1ee6ce4 100644
--- a/arch/arm/mach-mx5/clock-mx51.c
+++ b/arch/arm/mach-mx5/clock-mx51.c
@@ -16,6 +16,7 @@
#include <linux/io.h>
#include <asm/clkdev.h>
+#include <asm/div64.h>
#include <mach/hardware.h>
#include <mach/common.h>
OpenPOWER on IntegriCloud