[TRIVIAL PATCH 2.5.48] Remove compile warning from drivers/acpi/bus.c

Bob Miller (rem@osdl.org)
Tue, 19 Nov 2002 10:41:29 -0800


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 <linux/pm.h>
#include <linux/device.h>
#include <linux/proc_fs.h>
+#include <linux/device.h>
#ifdef CONFIG_X86
#include <asm/mpspec.h>
#endif

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17
-
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/