]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net: ipa: don't save the platform device
authorAlex Elder <elder@linaro.org>
Fri, 1 Mar 2024 17:02:42 +0000 (11:02 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 11:44:41 +0000 (11:44 +0000)
commit5245f4fd28d126cc13e32e77abc8a8fd287167b0
tree9a359a6e46e0755c1a10eb499395d4b6ae08e415
parent81d65f3413da3fe8158ac3ead6270035db1c0dde
net: ipa: don't save the platform device

The IPA platform device is now only used as the structure containing
the IPA device structure.  Replace the platform device pointer with
a pointer to the device structure.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
drivers/net/ipa/ipa.h
drivers/net/ipa/ipa_cmd.c
drivers/net/ipa/ipa_endpoint.c
drivers/net/ipa/ipa_interrupt.c
drivers/net/ipa/ipa_main.c
drivers/net/ipa/ipa_mem.c
drivers/net/ipa/ipa_modem.c
drivers/net/ipa/ipa_power.c
drivers/net/ipa/ipa_qmi.c
drivers/net/ipa/ipa_smp2p.c
drivers/net/ipa/ipa_table.c
drivers/net/ipa/ipa_uc.c