]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
net: ocelot: fix missed include in the vsc7514_regs.h file
authorColin Foster <colin.foster@in-advantage.com>
Thu, 9 Dec 2021 07:40:10 +0000 (23:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 Dec 2021 03:52:10 +0000 (19:52 -0800)
commit 32ecd22ba60b ("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: 32ecd22ba60b ("net: mscc: ocelot: split register definitions to a separate file")
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20211209074010.1813010-1-colin.foster@in-advantage.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/soc/mscc/vsc7514_regs.h

index 98743e252012742156b9d08fbaffc94e5a61eaec..ceee26c9695938a88a3e088da0135fae0035323d 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef VSC7514_REGS_H
 #define VSC7514_REGS_H
 
+#include <soc/mscc/ocelot_vcap.h>
+
 extern const u32 vsc7514_ana_regmap[];
 extern const u32 vsc7514_qs_regmap[];
 extern const u32 vsc7514_qsys_regmap[];