greybus: interface_block: rename the sysfs files to not have 'module' in them
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 11 Dec 2014 22:10:57 +0000 (17:10 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 12 Dec 2014 00:53:59 +0000 (19:53 -0500)
commit8ede6e36dfa88a4c0a0e66f34fb177af3beaab8f
treea469758ccaa4fcfad60720fa14cb94cf023ccd4e
parent4ec7b07915523aa19ec31ec7e07cb8d903d39526
greybus: interface_block: rename the sysfs files to not have 'module' in them

The sysfs files for an interface block should not have 'module' in them.
This was a hold-over from when we thought we were going to have
all attributes of a "module" in one directory.  Remove the prefix as
it's not needed, and is confusing considering modules can not have
strings or any of these attributes.

Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/greybus.h
drivers/staging/greybus/interface_block.c
drivers/staging/greybus/sysfs.c