Driver core: Make platform_device_add_data accept a const pointer
authorScott Wood <scottwood@freescale.com>
Mon, 4 Dec 2006 22:57:19 +0000 (14:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Dec 2006 23:38:46 +0000 (15:38 -0800)
commit6eefd34fdcbd34e2cddb8b7da26d838367591954
tree16b19067de4ad05a29bae7ee3303dda90c52b995
parentc63e07834bb12910bea41da15b8902150f5217c2
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>
drivers/base/platform.c
include/linux/platform_device.h