From: Márton Németh Date: Mon, 30 May 2011 19:50:26 +0000 (+0200) Subject: usbip: change dev_attr_group to constant X-Git-Tag: v3.1-rc1~232^2~568^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf77acfca3ec3170a665c58b2712d275b8ab3860;p=pandora-kernel.git usbip: change dev_attr_group to constant The dev_attr_group variable is never changed and it is only passed to the second parameter of sysfs_create_group() and sysfs_remove_group() functions. These functions are defined in linux/sysfs.h: the second parameter is a pointer to const in both cases. Signed-off-by: Márton Németh Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed