diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-03 11:52:23 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-03 11:52:23 +0100 |
commit | ab92e74f799a1cbc6b3c9bf90ed05403689ddecc (patch) | |
tree | 4b4e8c0ecc000913d2d6e8959174e5b5dc4b63de /arch | |
parent | ea5ce655b90f5debb7b9768284eaafcca218ddef (diff) | |
parent | 17807f913bdbb2c5b4d0f6b168b4f68d5cece7e3 (diff) | |
download | linux-ab92e74f799a1cbc6b3c9bf90ed05403689ddecc.tar.gz linux-ab92e74f799a1cbc6b3c9bf90ed05403689ddecc.tar.bz2 linux-ab92e74f799a1cbc6b3c9bf90ed05403689ddecc.zip |
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx5/clock-mx51.c | 1 |
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 8f85f73b83a8..1ee6ce4087b8 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> |