xen/arm: gic-v2: Change the device name in DT_DEVICE_START
authorJulien Grall <julien.grall@linaro.org>
Fri, 30 Jan 2015 18:49:16 +0000 (18:49 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 20 Feb 2015 14:00:21 +0000 (14:00 +0000)
I'm not sure why a ':' has been added in the name... But none of the
other usages doesn't have it.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/gic-v2.c

index 31fb81a07635318aadc61e55d8d1696f49c4e957..ee400b6926c13dda6532942256a46975ef347145 100644 (file)
@@ -770,7 +770,7 @@ static const char * const gicv2_dt_compat[] __initconst =
     NULL
 };
 
-DT_DEVICE_START(gicv2, "GICv2:", DEVICE_GIC)
+DT_DEVICE_START(gicv2, "GICv2", DEVICE_GIC)
         .compatible = gicv2_dt_compat,
         .init = gicv2_init,
 DT_DEVICE_END