Re: [PATCH 4/20] Mark platform device data as const
From: Paul Mackerras <hidden>
Date: 2006-07-06 23:41:21
Jeremy Kerr writes:
platform_device_add_data()'s data argument can be qualified as const - the function just copies it to another buffer.
Ummm, you change the actual function definition here, but you put the change to the declaration in include/linux/platform_device.h in your [5/20] patch. Please redo this patch with the change to the declaration included. Paul.