commit | aa7da564cab718d04c77e3a3c73926473e7a94f7 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 07 18:27:38 2013 -0700 |
committer | Mark Brown <broonie@linaro.org> | Tue Oct 08 10:34:56 2013 +0100 |
tree | 15887b4d9850ebe8bd570e7688688e9b458964d5 | |
parent | 89da4293a7bb29ac42b7dd2c2573c8a5ebb0b6c7 [diff] |
spi: convert bus code to use dev_groups The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the spi bus code to use the correct field. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Mark Brown <broonie@linaro.org>