提交 840ece19 编写于 作者: C Colin Foster 提交者: Jakub Kicinski

net: ocelot: fix missed include in the vsc7514_regs.h file

commit 32ecd22b ("net: mscc: ocelot: split register definitions to a
separate file") left out an include for <soc/mscc/ocelot_vcap.h>. It was
missed because the only consumer was ocelot_vsc7514.h, which already
included ocelot_vcap.

Fixes: 32ecd22b ("net: mscc: ocelot: split register definitions to a separate file")
Signed-off-by: NColin Foster <colin.foster@in-advantage.com>
Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20211209074010.1813010-1-colin.foster@in-advantage.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 7adf9053
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#ifndef VSC7514_REGS_H #ifndef VSC7514_REGS_H
#define VSC7514_REGS_H #define VSC7514_REGS_H
#include <soc/mscc/ocelot_vcap.h>
extern const u32 vsc7514_ana_regmap[]; extern const u32 vsc7514_ana_regmap[];
extern const u32 vsc7514_qs_regmap[]; extern const u32 vsc7514_qs_regmap[];
extern const u32 vsc7514_qsys_regmap[]; extern const u32 vsc7514_qsys_regmap[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册