commit | e982b5a95244f9fc460d2c57b75c1f84ea6e8b03 | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | Tue Jun 23 14:32:54 2015 +0100 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Fri Apr 01 10:52:49 2016 +0530 |
tree | e6d80a68eee6cfbbee71064d949c5ed4388ab5b5 | |
parent | 31aefb155825104fdaff74151e326016018cc8dd [diff] |
debugfs: Export bool read/write functions The file read/write functions for bools have no special dependencies on debugfs internals and are sufficiently non-trivial to be worth exporting so clients can re-use the implementation. Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Mark Brown <broonie@kernel.org>