diff options
| author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2024-05-30 19:33:33 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2024-06-03 13:06:16 +0100 |
| commit | a4303941c6f399816eac0a56c627008a41c9336d (patch) | |
| tree | 239e508cab222df0388992d4a5c2af5ea806ada6 /drivers/net/dsa/ocelot/felix.h | |
| parent | efdbee7d07916d994bc0ff0235d00d46fa991b61 (diff) | |
| download | linux-a4303941c6f399816eac0a56c627008a41c9336d.tar.gz linux-a4303941c6f399816eac0a56c627008a41c9336d.tar.bz2 linux-a4303941c6f399816eac0a56c627008a41c9336d.zip | |
net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_ops
Now that the common felix_register_switch() from the umbrella driver
is the only entity that accesses these data structures, we can remove
them from the list of the exported symbols.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Sai Krishna <saikrishnag@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/ocelot/felix.h')
| -rw-r--r-- | drivers/net/dsa/ocelot/felix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/dsa/ocelot/felix.h b/drivers/net/dsa/ocelot/felix.h index 85b4f8616003..211991f494e3 100644 --- a/drivers/net/dsa/ocelot/felix.h +++ b/drivers/net/dsa/ocelot/felix.h @@ -82,9 +82,6 @@ struct felix_tag_proto_ops { struct netlink_ext_ack *extack); }; -extern const struct phylink_mac_ops felix_phylink_mac_ops; -extern const struct dsa_switch_ops felix_switch_ops; - /* DSA glue / front-end for struct ocelot */ struct felix { struct dsa_switch *ds; |
