From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> acpi utmisc.c needs to include bug.h: linux-next-20080701/drivers/acpi/utilities/utmisc.c: In function 'acpi_ut_error': linux-next-20080701/drivers/acpi/utilities/utmisc.c:1028: error: implicit declaration of function 'warn_on_slowpath' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> --- drivers/acpi/utilities/utmisc.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20080701.orig/drivers/acpi/utilities/utmisc.c +++ linux-next-20080701/drivers/acpi/utilities/utmisc.c @@ -42,6 +42,7 @@ */ #include <linux/module.h> +#include <asm-generic/bug.h> #include <acpi/acpi.h> #include <acpi/acnamesp.h> --- ~Randy Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA http://linuxplumbersconf.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html