[ARM] S3C: Fix warnings in the PM memory CRC code
authorBen Dooks <ben-linux@fluff.org>
Fri, 12 Dec 2008 00:24:09 +0000 (00:24 +0000)
committerBen Dooks <ben-linux@fluff.org>
Sun, 8 Mar 2009 12:33:58 +0000 (12:33 +0000)
commit840eeeb880e03927588e0e971cb426441795ff14
treed97388d0b65266cb6c4979502364a4d447d68275
parent2261e0e6e3991d4c5f33e9fedadfc465eedc05a7
[ARM] S3C: Fix warnings in the PM memory CRC code

Fix warnings from struct resource being bigger than unsigned long by
forcing the type. We are only a 32bit platform so no physical memory
addresses will be too big to fit in this.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/pm-check.c