]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Add missing include to dsp/mblog.c
authorDirk Behme <dirk.behme_at_gmail.com>
Tue, 9 Jan 2007 23:21:40 +0000 (15:21 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Jan 2007 23:21:40 +0000 (15:21 -0800)
ARM: OMAP: Add missing include to dsp/mblog.c to make it
compile again.

Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dsp/mblog.c

index 219845fa6026c128a5bb312973cdb89cf9a7e0fb..53ac4aede5e047c67fbb2d95bfdb37be1f785e03 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/platform_device.h>
 #include <linux/init.h>
+#include <linux/jiffies.h>
 #include <asm/arch/mailbox.h>
 #include "dsp_mbcmd.h"
 #include "dsp.h"