arm: omap: Use resource_size
authorTobias Klauser <tklauser@distanz.ch>
Mon, 9 Nov 2009 17:44:18 +0000 (18:44 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 10 Nov 2009 01:26:59 +0000 (17:26 -0800)
Use the resource_size function instead of manually calculating the
resource size. This reduces the chance of introducing off-by-one errors
and actually fixes one in mailbox.c.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found