commit | 23ee07ad3c2fd5adf6e9ef21afb9aec489dc3b4e | [log] [tgz] |
---|---|---|
author | Igor Russkikh <igor.russkikh@aquantia.com> | Fri Jan 19 17:03:21 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 21 18:19:03 2018 -0500 |
tree | 9eb2eaa26a5cf47931e7580e3e01b0d9976fd7fd | |
parent | 8fcb98f462e6504e6d1ab2dab87c6db803c206b6 [diff] |
net: aquantia: Cleanup pci functions module Driver contained a dead code of maintaining multiple pci port instances. That will never be used since for each pci function a separate NIC instance is created. Simplify this, making pci module only responsible for pci resource management. NIC initialization is also simplified accordingly. Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>