Hi, This patch updates all device attribute callbacks to match the previously submitted sysfs dynamic callback device attribute patch which added the void * to the callback function signatures. Although I submitted a link to this patch in my last series of patches, it is much easier for people to review (and probably apply) in-line and split up. The patch was split up automagically by a perl script I wrote which can be used to split a large arbitrary patch first by a number of directory levels (1 in this case) and second into patches of a maximum size (40K in this case). You can find the perl script at: http://osdn.dl.sourceforge.net/sourceforge/bmcsensors-26/lkmlize.pl See below for a summary diffstat of the combined patch, each e-mail will also have it's own summary diffstat. Signed-off-by: Yani Ioannou Thanks, Yani ---