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~11^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f365cfd0d8b6d8fb3583d23d48f54efa88ee8563;p=platform%2Fkernel%2Flinux-exynos.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 fe8ba36..00d87f5 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include