diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-28 22:43:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 19:46:31 -0500 |
commit | 0aa3fbaa3f2d29a14231ebb0c8e521c23701d41f (patch) | |
tree | 11ab228583d64eae81abe02f49e233fdab5cfb54 /drivers/net/sfc/falcon.h | |
parent | 9bfc4bb1f9b5863b177752b88e8bfa364e83a4fa (diff) |
sfc: Add efx_nic_type operation for NVRAM self-test
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/falcon.h')
-rw-r--r-- | drivers/net/sfc/falcon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h index cfcc2a38366f..464c2747260f 100644 --- a/drivers/net/sfc/falcon.h +++ b/drivers/net/sfc/falcon.h | |||
@@ -151,9 +151,6 @@ extern void falcon_stop_nic_stats(struct efx_nic *efx); | |||
151 | extern int falcon_reset_xaui(struct efx_nic *efx); | 151 | extern int falcon_reset_xaui(struct efx_nic *efx); |
152 | 152 | ||
153 | /* Tests */ | 153 | /* Tests */ |
154 | struct falcon_nvconfig; | ||
155 | extern int falcon_read_nvram(struct efx_nic *efx, | ||
156 | struct falcon_nvconfig *nvconfig); | ||
157 | 154 | ||
158 | /************************************************************************** | 155 | /************************************************************************** |
159 | * | 156 | * |