Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261715AbVDEMkc (ORCPT ); Tue, 5 Apr 2005 08:40:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261717AbVDEMkc (ORCPT ); Tue, 5 Apr 2005 08:40:32 -0400 Received: from ZIVLNX17.UNI-MUENSTER.DE ([128.176.188.79]:37068 "EHLO ZIVLNX17.uni-muenster.de") by vger.kernel.org with ESMTP id S261715AbVDEMk0 (ORCPT ); Tue, 5 Apr 2005 08:40:26 -0400 From: Borislav Petkov To: Andrew Morton Subject: Re: 2.6.12-rc2-mm1 Date: Tue, 5 Apr 2005 14:40:04 +0200 User-Agent: KMail/1.7.2 Cc: linux-kernel@vger.kernel.org, mdharm-usb@one-eyed-alien.net References: <20050405000524.592fc125.akpm@osdl.org> In-Reply-To: <20050405000524.592fc125.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504051440.04886.petkov@uni-muenster.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 29 a missing include: ... drivers/usb/storage/debug.c: In function `usb_stor_show_sense': drivers/usb/storage/debug.c:166: warning: implicit declaration of function `scsi_sense_key_string' drivers/usb/storage/debug.c:167: warning: implicit declaration of function `scsi_extd_sense_format' ... --- drivers/usb/storage/debug.c.orig 2005-04-05 14:24:21.000000000 +0200 +++ drivers/usb/storage/debug.c 2005-04-05 14:24:35.000000000 +0200 @@ -47,7 +47,7 @@ #include #include #include - +#include #include "debug.h" #include "scsi.h" Regards, Boris. - 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/