diff options
author | Ben Dooks <ben@trinity.fluff.org> | 2007-05-20 11:55:53 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-20 19:37:04 +0100 |
commit | 333a42e1f4c5c5c2ed7c652254c35b9e98d5c789 (patch) | |
tree | 876d466aad20ae4e451ccd6ecbb79a07c4358e36 /arch/arm/mach-s3c2440/mach-rx3715.c | |
parent | 95ba71f76f1cce550cb2e2b345a204d4a926d29c (diff) | |
download | blackbird-obmc-linux-333a42e1f4c5c5c2ed7c652254c35b9e98d5c789.tar.gz blackbird-obmc-linux-333a42e1f4c5c5c2ed7c652254c35b9e98d5c789.zip |
[ARM] 4395/1: S3C24XX: add include of <linux/sysdev.h> to relevant machines
Include <linux/sysdev.h> in any machines that use the PM functions
which require struct sys_device.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-rx3715.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-rx3715.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c index c3cc4bf158f6..866ff71c01dd 100644 --- a/arch/arm/mach-s3c2440/mach-rx3715.c +++ b/arch/arm/mach-s3c2440/mach-rx3715.c @@ -19,6 +19,7 @@ #include <linux/init.h> #include <linux/tty.h> #include <linux/console.h> +#include <linux/sysdev.h> #include <linux/platform_device.h> #include <linux/serial_core.h> #include <linux/serial.h> |