Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Nov 2002 15:09:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Nov 2002 15:09:43 -0500 Received: from momus.sc.intel.com ([143.183.152.8]:42735 "EHLO momus.sc.intel.com") by vger.kernel.org with ESMTP id ; Tue, 19 Nov 2002 15:09:42 -0500 Message-ID: From: "Grover, Andrew" To: "'Bob Miller'" , trivial@rustcorp.com.au Cc: linux-kernel@vger.kernel.org Subject: RE: [TRIVIAL PATCH 2.5.48] Remove compile warning from drivers/ac pi/bus.c Date: Tue, 19 Nov 2002 12:15:43 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 829 Lines: 25 > From: Bob Miller [mailto:rem@osdl.org] > Add the include of linux/device.h to remove a compile time waring > from drivers/acpi/bus.c > > > diff -Nru a/drivers/acpi/bus.c b/drivers/acpi/bus.c > --- a/drivers/acpi/bus.c Tue Nov 19 10:31:17 2002 > +++ b/drivers/acpi/bus.c Tue Nov 19 10:31:17 2002 > @@ -29,6 +29,7 @@ > #include > #include > #include > +#include Already fixed. Look 2 lines up. :) As for all the other ACPI unused variable warnings, they go away when debug output is turned off. Regards -- Andy - 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/