Message ID | 20180322074217.GA7358@ivytown2.lkp.intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
From: kbuild test robot <lkp@intel.com> Date: Thu, 22 Mar 2018 15:42:18 +0800 > > Fixes: e3c10deef23c ("net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access") > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> This commit ID and this symbol are both not present in any of my trees. Please avoid using SHA1 IDs which don't actually exist in an upstream tree. When I see a "Fixes: " tag like this, I expect that it is for a change in my tree. -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c index de93f0f..bbc0514 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c @@ -79,7 +79,7 @@ struct sunxi_priv_data { }; /* EMAC clock register @ 0x30 in the "system control" address range */ -const struct reg_field sun8i_syscon_reg_field = { +static const struct reg_field sun8i_syscon_reg_field = { .reg = 0x30, .lsb = 0, .msb = 31,
Fixes: e3c10deef23c ("net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- dwmac-sun8i.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html