Hi, The following patch adds a new __ATTR_PRIVATE macro and a DEVICE_ATTR_PRIVATE macro to be used when creating static device attributes with a void * member. Signed-off-by: Yani Ioannou Thanks, Yani --- device.h | 3 +++ sysfs.h | 11 +++++++++++ 2 files changed, 14 insertions(+) ---