]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] S3C: Split the resume memory check code from pm.c
authorBen Dooks <ben-linux@fluff.org>
Fri, 12 Dec 2008 00:24:07 +0000 (00:24 +0000)
committerBen Dooks <ben-linux@fluff.org>
Sun, 8 Mar 2009 12:33:39 +0000 (12:33 +0000)
commit549c7e33aeb9bfe441ecf68639d2227bb90978e7
treef5aa85c1c0a4f581273814cd5a62510d40e7117f
parent6419711a164ba1304fa8fbb75ae9485455e04dcd
[ARM] S3C: Split the resume memory check code from pm.c

Split the optional memory check code out of the pm.c file
as it is quite a big #ifdef block and as-such can be moved
out and simply compiled when the configuration is set.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/Makefile
arch/arm/plat-s3c/include/plat/pm.h
arch/arm/plat-s3c/pm-check.c [new file with mode: 0644]
arch/arm/plat-s3c24xx/pm.c