commit | 83d00531cbc837ab354e9ab429d49539797c7f1c | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Tue Jun 30 13:02:24 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 30 13:09:09 2020 -0700 |
tree | 724b350d22873353daa26ef75a631c1f43477444 | |
parent | 1d074bee675b9129e35b4ff1c94e025861db73a2 [diff] |
sfc: move NIC-specific mcdi_port declarations out of common header These functions are implemented in mcdi_port.c, which will not be linked into the EF100 driver; thus their prototypes should not be visible in common header files. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>