diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-04 08:56:45 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-25 15:32:25 +0300 |
commit | dcfecd4d7a551906595351a26e1db91774b8563d (patch) | |
tree | 28ce6a37efb2baf47a499b7a02b8cac5c6893e58 /drivers/misc/mic/card | |
parent | 7bdd9695970eb8cd5b987e08f99cb8f0c84f30fd (diff) | |
download | linux-dcfecd4d7a551906595351a26e1db91774b8563d.tar.xz |
fpga: dfl: use driver core functions, not sysfs ones.
This is a driver, do not call "raw" sysfs functions, instead call driver
core ones. Specifically convert the use of sysfs_create_files() and
sysfs_remove_files() to use device_add_groups() and
device_remove_groups()
Cc: Wu Hao <hao.wu@intel.com>
Cc: Alan Tull <atull@kernel.org>
Cc: Moritz Fischer <mdf@kernel.org>
Cc: linux-fpga@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20190704055645.GA15471@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mic/card')
0 files changed, 0 insertions, 0 deletions