commit | 6eefd34fdcbd34e2cddb8b7da26d838367591954 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Dec 04 14:57:19 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 13 15:38:46 2006 -0800 |
tree | 16b19067de4ad05a29bae7ee3303dda90c52b995 | |
parent | c63e07834bb12910bea41da15b8902150f5217c2 [diff] |
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>