From 7b59220ef31a9c8758f8de16e6aaf3fc14b6540c Mon Sep 17 00:00:00 2001 From: Lluís Date: Wed, 13 Apr 2011 18:38:24 +0200 Subject: move helpers.h to helper.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This provides a consistent naming scheme across all targets. Signed-off-by: Lluís Vilanova Signed-off-by: Aurelien Jarno --- 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 a0ec6439da..12127dee74 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -5,7 +5,7 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "helpers.h" +#include "helper.h" #include "qemu-common.h" #include "host-utils.h" #if !defined(CONFIG_USER_ONLY) -- cgit 1.4.1