aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2009-11-29 10:12:08 -0500
committerDavid S. Miller <davem@davemloft.net>2009-11-29 20:23:55 -0500
commit744093c98363f8a65853aed39708c9effc80f8ff (patch)
tree174d8f888397ece9cdb933300f0045392a552109 /drivers/net/sfc/efx.c
parentc383b53729a9bbbceee132a85955d084ba00ca3a (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/efx.c')
-rw-r--r--drivers/net/sfc/efx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c
index c49d364ebdb..97a6ebdcaf2 100644
--- a/drivers/net/sfc/efx.c
+++ b/drivers/net/sfc/efx.c
@@ -23,7 +23,7 @@
23#include "net_driver.h" 23#include "net_driver.h"
24#include "efx.h" 24#include "efx.h"
25#include "mdio_10g.h" 25#include "mdio_10g.h"
26#include "falcon.h" 26#include "nic.h"
27 27
28/************************************************************************** 28/**************************************************************************
29 * 29 *