Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Oct 2002 21:00:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Oct 2002 21:00:14 -0400 Received: from nycsmtp2out.rdc-nyc.rr.com ([24.29.99.227]:32154 "EHLO nycsmtp2out.rdc-nyc.rr.com") by vger.kernel.org with ESMTP id ; Fri, 18 Oct 2002 21:00:12 -0400 Date: Fri, 18 Oct 2002 20:58:38 -0400 (EDT) From: Frank Davis X-X-Sender: fdavis@localhost.localdomain To: linux-kernel@vger.kernel.org cc: fdavis@si.rr.com, Subject: [PATCH] 2.5.43 : drivers/block/xd.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 616 Lines: 24 Hello all, The following fixes a 'used but not declared' compile error. Please review for inclusion. Regards, Frank --- linux/drivers/block/xd.c.old Fri Oct 18 20:51:44 2002 +++ linux/drivers/block/xd.c Fri Oct 18 20:54:02 2002 @@ -150,6 +150,7 @@ static int __init xd_init(void) { u_char i,controller; + u_char count = 0; unsigned int address; int err; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/