ia64/xen-unstable
changeset 11861:cd2a7dd45787
[NET] back: Remove unused variable declaration.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Tue Oct 17 19:03:47 2006 +0100 (2006-10-17) |
parents | a682d1be3f95 |
children | 317e71a06828 |
files | linux-2.6-xen-sparse/drivers/xen/netback/interface.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c Tue Oct 17 18:52:17 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c Tue Oct 17 19:03:47 2006 +0100 1.3 @@ -128,7 +128,7 @@ static struct ethtool_ops network_ethtoo 1.4 1.5 netif_t *netif_alloc(domid_t domid, unsigned int handle) 1.6 { 1.7 - int err = 0, i; 1.8 + int err = 0; 1.9 struct net_device *dev; 1.10 netif_t *netif; 1.11 char name[IFNAMSIZ] = {};