From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from monty.telenet-ops.be (monty.telenet-ops.be [195.130.132.56]) by ozlabs.org (Postfix) with ESMTP id 85FA9DDEB8 for ; Mon, 4 Feb 2008 02:49:20 +1100 (EST) Date: Sun, 3 Feb 2008 16:49:09 +0100 (CET) From: Geert Uytterhoeven Sender: geert@linux-m68k.org To: Linus Torvalds , Andrew Morton , Johannes Berg Subject: [PATCH] ADB: Add missing #include Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Linux/m68k , Paul Mackerras , Linux Kernel Development , Linux/PPC Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ADB: Add missing #include Commit c9f6d3d5c6d4f4cd3a53549a69c92951180e2a76 [POWERPC] adb: Replace sleep notifier with platform driver suspend/resume hooks introduced compile errors on m68k because is not explicitly included. On powerpc, it's pulled in through . Signed-off-by: Geert Uytterhoeven --- drivers/macintosh/adb.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds