aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_clk.c
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-10-30 01:41:01 +0400
committermalc <av1474@comtv.ru>2010-10-30 01:41:01 +0400
commit338b922edd88440ef555f08d6924609915c6f00c (patch)
tree8775069b5c6f2ede5529e53b4ad1df76ff130ef4 /hw/omap_clk.c
parent174b2877b0f6a607f994f7a5b9b9a36caaff5d75 (diff)
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/omap_clk.c')
-rw-r--r--hw/omap_clk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/omap_clk.c b/hw/omap_clk.c
index 10c9c4308..6bcabef8a 100644
--- a/hw/omap_clk.c
+++ b/hw/omap_clk.c
@@ -20,7 +20,6 @@
*/
#include "hw.h"
#include "omap.h"
-#include "qemu-timer.h" /* for muldiv64() */
struct clk {
const char *name;