From: Paul Mackerras Date: Fri, 18 Nov 2005 05:41:49 +0000 (+1100) Subject: offb: Fix compile error on ppc32 systems X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f365cfd0d8b6d8fb3583d23d48f54efa88ee8563;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 fe8ba364b3e8..00d87f5bb7be 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include