From 406a59bd0a2e7a38cd840a5c08602e3a36bd2df8 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 12 May 2011 10:26:09 +0200 Subject: trace.h: rename to trace-android.h This is done to allow for future integration of the upstream auto-generated "trace.h" header file. Change-Id: I9d1bba3320d9e8acfd7359540d3ed6695773061e --- target-arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-arm/helper.c') diff --git a/target-arm/helper.c b/target-arm/helper.c index c69751f..154aa46 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -8,7 +8,7 @@ #include "helpers.h" #include "qemu-common.h" #ifdef CONFIG_TRACE -#include "trace.h" +#include "android-trace.h" #endif static uint32_t cortexa8_cp15_c0_c1[8] = -- cgit v1.1