diff options
author | Vladimir Oltean <olteanv@gmail.com> | 2019-10-12 02:18:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-14 16:45:40 -0700 |
commit | 5b3ae43ab18acb8979541ce914b339db3af92364 (patch) | |
tree | 9f6048f6344941316565f3201025ef75e389dd04 /scripts/bpf_helpers_doc.py | |
parent | a98d62c3ee902851500ff35525f4936bffc51466 (diff) |
net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info
We need priv->ptp_caps to hold a structure and not just a pointer,
because we use container_of in the various PTP callbacks.
Therefore, the sja1105_ptp_caps structure declared in the global memory
of the driver serves no further purpose after copying it into
priv->ptp_caps.
So just populate priv->ptp_caps with the needed operations and remove
sja1105_ptp_caps.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions