imx: mx7: discard unused global variable
authorPeng Fan <Peng.Fan@freescale.com>
Tue, 15 Sep 2015 06:05:05 +0000 (14:05 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 24 Sep 2015 09:31:37 +0000 (11:31 +0200)
Discard unused global variable.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx7/soc.c

index 8d50149582faf54ddfe71c9a64df64588c083601..af16ba71f6d316b38f93290d95bd2e753321b749 100644 (file)
@@ -15,8 +15,6 @@
 #include <dm.h>
 #include <imx_thermal.h>
 
-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,