From: Tony Lindgren Date: Wed, 13 Dec 2006 07:02:43 +0000 (-0800) Subject: ARM: OMAP: Include missing header X-Git-Tag: v2.6.21-omap1~97^2~84 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=94b66f206b73a5717f24c406f49de1589fbc94d2;p=linux-2.6-omap-h63xx.git ARM: OMAP: Include missing header Include missing header for do_div() Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 0de201c3d50..5170481afea 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c @@ -27,6 +27,7 @@ #include #include +#include #include "prcm-regs.h" #include "memory.h"