[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)
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>

No differences found