From: Paul Mackerras Date: Fri, 18 Nov 2005 05:41:49 +0000 (+1100) Subject: offb: Fix compile error on ppc32 systems X-Git-Tag: v2.6.15-rc2~37^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f365cfd0d8b6d8fb3583d23d48f54efa88ee8563;p=linux-2.6-omap-h63xx.git offb: Fix compile error on ppc32 systems The code Ben H added needs for things like pci_dev, etc. Signed-off-by: Paul Mackerras --- diff --git a/drivers/video/offb.c b/drivers/video/offb.c index fe8ba364b3e..00d87f5bb7b 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include