From: Peng Fan Date: Tue, 15 Sep 2015 06:05:05 +0000 (+0800) Subject: imx: mx7: discard unused global variable X-Git-Tag: v2015.10-rc4~20^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d449701b83fa8e541c90dfd20898a602dc7d1fc2;p=u-boot imx: mx7: discard unused global variable Discard unused global variable. Signed-off-by: Peng Fan Cc: Stefano Babic --- diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c index 8d50149582..af16ba71f6 100644 --- a/arch/arm/cpu/armv7/mx7/soc.c +++ b/arch/arm/cpu/armv7/mx7/soc.c @@ -15,8 +15,6 @@ #include #include -struct src *src_reg = (struct src *)SRC_BASE_ADDR; - #if defined(CONFIG_IMX_THERMAL) static const struct imx_thermal_plat imx7_thermal_plat = { .regs = (void *)ANATOP_BASE_ADDR,