From e0f0ea375047bdf692e2740e31a3de31fa6cd648 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Sun, 3 Feb 2008 16:49:09 +0100 Subject: [PATCH] ADB: Add missing #include Commit 0d3e3bdf73ca2d21eea3b319422a73ab3f958aba ("[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 Signed-off-by: Linus Torvalds --- drivers/macintosh/adb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/macintosh/adb.c b/drivers/macintosh/adb.c index 7ce0ea64465cc..28958101061f9 100644 --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include -- 2.39.5