Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 11 Nov 2002 08:07:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 11 Nov 2002 08:07:51 -0500 Received: from itaqui.terra.com.br ([200.176.3.19]:16808 "EHLO itaqui.terra.com.br") by vger.kernel.org with ESMTP id ; Mon, 11 Nov 2002 08:07:50 -0500 Date: Mon, 11 Nov 2002 11:14:36 -0200 From: Lucio Maciel To: LKML Cc: "rusty's trivial patch monkey" Subject: [TRIVIAL PATCH 2.5.47] implicit declaration in drivers/acpi/bus.c Message-Id: <20021111111436.068b6c4b.abslucio@terra.com.br> Organization: absoluta X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 709 Lines: 25 this patchs fix a implicit declaration of function "firmware_register" warning in 2.5.47 --- linux/drivers/acpi/bus.c~ 11 Nov 2002 12:28:44 -0000 +++ linux/drivers/acpi/bus.c 11 Nov 2002 12:40:07 -0000 @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef CONFIG_X86 #include #endif -- ::: Lucio F. Maciel ::: abslucio@terra.com.br ::: icq 93065464 ::: Absoluta.net - 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/