aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.h
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2022-09-27 22:15:16 +0300
committerJakub Kicinski <kuba@kernel.org>2022-09-28 19:14:55 -0700
commit5fc080de89f12b4415338c8d2ab58530c7706f3b (patch)
tree01ee7735c53a61197db7fb691c44ea8a76e01f84 /drivers/net/dsa/ocelot/felix.h
parentnet: drop the weight argument from netif_napi_add (diff)
downloadlinux-5fc080de89f12b4415338c8d2ab58530c7706f3b.tar.xz
linux-5fc080de89f12b4415338c8d2ab58530c7706f3b.zip
net: dsa: felix: remove felix_info :: imdio_res
The imdio_res is used only by vsc9959, which references its own vsc9959_imdio_res through the common felix_info->imdio_res pointer. Since the common code doesn't care about this resource (and it can't be part of the common array of resources, either, because it belongs in a different PCI BAR), just reference it directly. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/ocelot/felix.h')
-rw-r--r--drivers/net/dsa/ocelot/felix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dsa/ocelot/felix.h b/drivers/net/dsa/ocelot/felix.h
index e4fd5eef57a0..535a615f2b70 100644
--- a/drivers/net/dsa/ocelot/felix.h
+++ b/drivers/net/dsa/ocelot/felix.h
@@ -18,7 +18,6 @@
struct felix_info {
const struct resource *target_io_res;
const struct resource *port_io_res;
- const struct resource *imdio_res;
const struct reg_field *regfields;
const u32 *const *map;
const struct ocelot_ops *ops;