From af7baf9259c12cfbe927a674f3bd17d855d1e156 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 14 Dec 2007 06:36:35 -0600 Subject: [PATCH] [POWERPC] 4xx: Include missing header A small error caused a header file to be removed making sequoia support no longer compile. Fix it. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/44x/sequoia.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/platforms/44x/sequoia.c b/arch/powerpc/platforms/44x/sequoia.c index 5185b5cb48c..b9085a6c4c1 100644 --- a/arch/powerpc/platforms/44x/sequoia.c +++ b/arch/powerpc/platforms/44x/sequoia.c @@ -23,6 +23,7 @@ #include #include +#include "44x.h" static struct of_device_id sequoia_of_bus[] = { { .compatible = "ibm,plb4", }, -- 2.11.4.GIT