staging: most: make DEVICE_ATTR structures static
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 27 Nov 2017 14:20:06 +0000 (15:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 12:36:21 +0000 (13:36 +0100)
commitf15e3ad3ef22de652f5eccf34938f981af8672d3
tree20ac8c3fb00199bb2df0cc8adf0edd4455d50bfa
parentfc10bf7e59008f401d9bd4248721f16bd6c98439
staging: most: make DEVICE_ATTR structures static

In order to limit the scope of the DEVICE_ATTR structure this patch
adds the keywork static.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/dim2/sysfs.c
drivers/staging/most/usb/usb.c