mirror_ubuntu-kernels/drivers/net/dsa/ocelot
Vladimir Oltean 2ac7c6c5b6 net: dsa: felix: move the PTP clock structure to felix_vsc9959.c
Not only does Sevile not have a PTP clock, but with separate modules,
this structure cannot even live in felix.c, due to the .owner =
THIS_MODULE assignment causing this link time error:

drivers/net/dsa/ocelot/felix.o:(.data+0x0): undefined reference to `__this_module'

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-18 17:52:51 -07:00
..
felix_vsc9959.c net: dsa: felix: move the PTP clock structure to felix_vsc9959.c 2020-09-18 17:52:51 -07:00
felix.c net: dsa: felix: move the PTP clock structure to felix_vsc9959.c 2020-09-18 17:52:51 -07:00
felix.h net: dsa: felix: move the PTP clock structure to felix_vsc9959.c 2020-09-18 17:52:51 -07:00
Kconfig net: dsa: ocelot: use the Lynx PCS helpers in Felix and Seville 2020-08-31 12:52:33 -07:00
Makefile net: dsa: felix: introduce support for Seville VSC9953 switch 2020-07-13 17:40:02 -07:00
seville_vsc9953.c net: dsa: seville: duplicate vsc9959_mdio_bus_free 2020-09-18 17:52:40 -07:00