commit | 840eeeb880e03927588e0e971cb426441795ff14 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Fri Dec 12 00:24:09 2008 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Sun Mar 08 12:33:58 2009 +0000 |
tree | d97388d0b65266cb6c4979502364a4d447d68275 | |
parent | 2261e0e6e3991d4c5f33e9fedadfc465eedc05a7 [diff] |
[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>