From 20fbbc61fa0ff91544023be6a43dbecea56e0416 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 13 Feb 2004 13:46:41 +1100 Subject: [PATCH] ppc64: fix build of ADB driver --- drivers/macintosh/adb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/macintosh/adb.c b/drivers/macintosh/adb.c index f1d34776308e..f100c194be08 100644 --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c @@ -40,9 +40,9 @@ #include #ifdef CONFIG_PPC #include -#include #endif + EXPORT_SYMBOL(adb_controller); EXPORT_SYMBOL(adb_client_list); @@ -290,7 +290,7 @@ int __init adb_init(void) struct adb_driver *driver; int i; -#ifdef CONFIG_PPC +#ifdef CONFIG_PPC32 if ( (_machine != _MACH_chrp) && (_machine != _MACH_Pmac) ) return 0; #endif -- 2.39.5