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)
commitcf77acfca3ec3170a665c58b2712d275b8ab3860
treebeaa18d64d5d4f1687286b820e407232b0d61962
parent0a186be35963bd9bc4c148554188e927578115b0
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 <nm127@freemail.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/vhci.h
drivers/staging/usbip/vhci_sysfs.c