diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-29 10:12:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-29 20:23:55 -0500 |
commit | 744093c98363f8a65853aed39708c9effc80f8ff (patch) | |
tree | 174d8f888397ece9cdb933300f0045392a552109 /drivers/net/sfc/mtd.c | |
parent | c383b53729a9bbbceee132a85955d084ba00ca3a (diff) |
sfc: Rename falcon.h to nic.h
nic.h is no longer specific to Falcon.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/mtd.c')
-rw-r--r-- | drivers/net/sfc/mtd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/mtd.c b/drivers/net/sfc/mtd.c index 3121e242d82e..65a22f193f92 100644 --- a/drivers/net/sfc/mtd.c +++ b/drivers/net/sfc/mtd.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include "net_driver.h" | 17 | #include "net_driver.h" |
18 | #include "spi.h" | 18 | #include "spi.h" |
19 | #include "efx.h" | 19 | #include "efx.h" |
20 | #include "falcon.h" | 20 | #include "nic.h" |
21 | 21 | ||
22 | #define EFX_SPI_VERIFY_BUF_LEN 16 | 22 | #define EFX_SPI_VERIFY_BUF_LEN 16 |
23 | 23 | ||