aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 19:03:47 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 19:03:47 +0100
commit8405357df9a7915498ca8a57644ac4bca4ad751e (patch)
tree4f755d117973b5935f2216e7879c19957f1b1dae /linux-2.6-xen-sparse
parent22241b17fed886cd535b48366b55a3e5a9d4f2e8 (diff)
downloadxen-8405357df9a7915498ca8a57644ac4bca4ad751e.tar.gz
xen-8405357df9a7915498ca8a57644ac4bca4ad751e.tar.bz2
xen-8405357df9a7915498ca8a57644ac4bca4ad751e.zip
[NET] back: Remove unused variable declaration.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'linux-2.6-xen-sparse')
-rw-r--r--linux-2.6-xen-sparse/drivers/xen/netback/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c
index a698ccc77b..78aa4cd8c5 100644
--- a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c
+++ b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c
@@ -128,7 +128,7 @@ static struct ethtool_ops network_ethtool_ops =
netif_t *netif_alloc(domid_t domid, unsigned int handle)
{
- int err = 0, i;
+ int err = 0;
struct net_device *dev;
netif_t *netif;
char name[IFNAMSIZ] = {};