]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite0f0ea375047bdf692e2740e31a3de31fa6cd648
treeb713a44cad3761b047c7a85ffc030f2e2e95cc07
parentcc23de0a042a5e4fdea344e79223d4afb50f132f
ADB: Add missing #include <linux/platform_device.h>

Commit 0d3e3bdf73ca2d21eea3b319422a73ab3f958aba ("[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>
drivers/macintosh/adb.c