aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-12 00:24:31 +0000
committerBen Dooks <ben-linux@fluff.org>2009-05-07 11:04:56 +0100
commit1deb507dc7612e6c81b7953e827d1c859c1d8c0b (patch)
tree7ef632398ff6b1391a21b2892e82d0cce52e5f23 /arch/arm/plat-s3c/include
parent[ARM] S3C64XX: Add s3c6410_sysclass export (diff)
downloadlinux-dev-1deb507dc7612e6c81b7953e827d1c859c1d8c0b.tar.xz
linux-dev-1deb507dc7612e6c81b7953e827d1c859c1d8c0b.zip
[ARM] S3C64XX: Add generic s3c64xx sys device.
Add an s3c64xx_sysclass and device for items that currently want to bind to any s3c64xx processor. The first user of this will be parts of the s3c64xx suspend support which need to save device state over suspend/resume. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include')
-rw-r--r--arch/arm/plat-s3c/include/plat/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/cpu.h b/arch/arm/plat-s3c/include/plat/cpu.h
index f878cf6673ce..be541cbba070 100644
--- a/arch/arm/plat-s3c/include/plat/cpu.h
+++ b/arch/arm/plat-s3c/include/plat/cpu.h
@@ -70,3 +70,5 @@ extern struct sysdev_class s3c2440_sysclass;
extern struct sysdev_class s3c2442_sysclass;
extern struct sysdev_class s3c2443_sysclass;
extern struct sysdev_class s3c6410_sysclass;
+extern struct sysdev_class s3c64xx_sysclass;
+