mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
imx: mx7: discard unused global variable
Discard unused global variable. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
0b530b140a
commit
d449701b83
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue