Scott Wood 6eefd34fdc Driver core: Make platform_device_add_data accept a const pointer
platform_device_add_data() makes a copy of the data that is given to it,
and thus the parameter can be const.  This removes a warning when data
from get_property() on powerpc is handed to platform_device_add_data(),
as get_property() returns a const pointer.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-13 15:38:46 -08:00
..
2006-12-12 17:41:41 -05:00
2006-12-10 09:55:40 -08:00
2006-12-13 09:05:52 -08:00
2006-12-11 12:43:35 +01:00
2006-12-11 13:49:53 +11:00
2006-12-13 09:05:48 -08:00
2006-12-10 09:57:22 -08:00
2006-12-10 09:57:22 -08:00