| commit | 778952598e53f09251bebe1655177b355cd9e836 | [log] [tgz] |
|---|---|---|
| author | Lars-Peter Clausen <lars@metafoo.de> | Sat Mar 07 19:35:08 2015 +0100 |
| committer | Mark Brown <broonie@kernel.org> | Sun Mar 08 19:46:26 2015 +0000 |
| tree | a64560dd8c18fbef97429e8e1403caade9ba9156 | |
| parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
ASoC: Remove unnecessary device_remove_file()
Since commit d29697dc3b92 ("ASoC: Add sysfs entries via static attribute
groups") the sysfs attributes of the rtd are manged by the device core and
there is no need to manually call device_remove_file() anymore.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>