Commit 17807f91 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Sascha Hauer

mx5: Fix build error for mx51_defconfig

Need to include <asm/div64.h> for do_div calls.
Signed-off-by: default avatarDinh Nguyen <Dinh.Nguyen@freescale.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 2ba3abd8
......@@ -16,6 +16,7 @@
#include <linux/io.h>
#include <asm/clkdev.h>
#include <asm/div64.h>
#include <mach/hardware.h>
#include <mach/common.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment