platform: Make platform resource input parameters const
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 28 Jan 2009 20:01:02 +0000 (21:01 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 17 May 2010 19:37:40 +0000 (21:37 +0200)
Make the platform resource input parameters of platform_device_add_resources()
and platform_device_register_simple() const, as the resources are copied and
never modified.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found