From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: [PATCH] netback: remove an unused variable Date: Thu, 22 Nov 2007 12:58:19 +0000 Message-ID: <47458AFB.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org As usual, written and tested against 2.6.23 and made apply against 2.6.18 without further testing. Signed-off-by: Jan Beulich Index: head-2007-10-26/drivers/xen/netback/accel.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- head-2007-10-26.orig/drivers/xen/netback/accel.c 2007-11-13 = 11:19:08.000000000 +0100 +++ head-2007-10-26/drivers/xen/netback/accel.c 2007-11-13 13:12:52.0000000= 00 +0100 @@ -194,7 +194,6 @@ static int netback_accelerator_cleanup_b void netback_disconnect_accelerator(int id, const char *eth_name) { struct netback_accelerator *accelerator, *next; - unsigned flags; =20 mutex_lock(&accelerators_mutex); list_for_each_entry_safe(accelerator, next, &accelerators_list, = link) {