ADB: Add missing #include <linux/platform_device.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Feb 2008 15:49:09 +0000 (16:49 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Feb 2008 15:51:23 +0000 (07:51 -0800)
Commit c9f6d3d5c6d4f4cd3a53549a69c92951180e2a76 ("[POWERPC] adb: Replace
sleep notifier with platform driver suspend/resume hooks") introduced
compile errors on m68k because <linux/platform_device.h> is not
explicitly included.  On powerpc, it's pulled in through <asm/prom.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found