ADB: Add missing #include <linux/platform_device.h>

Commit c9f6d3d5c6 ("[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>
This commit is contained in:
Geert Uytterhoeven 2008-02-03 16:49:09 +01:00 committed by Linus Torvalds
parent a2e4e108c5
commit fe2528b96b
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <linux/completion.h>
#include <linux/device.h>
#include <linux/kthread.h>
#include <linux/platform_device.h>
#include <asm/uaccess.h>
#include <asm/semaphore.h>