Subject: ADB: Add missing #include 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