usbip: change dev_attr_group to constant
authorMárton Németh <nm127@freemail.hu>
Mon, 30 May 2011 19:50:26 +0000 (21:50 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 21:29:56 +0000 (14:29 -0700)
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 <nm127@freemail.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found