aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorSudeep Holla <[email protected]>2020-05-23 18:08:53 +0100
committerSudeep Holla <[email protected]>2020-07-06 09:48:05 +0100
commit99d50b9b8cfa99317525eb8f0c8cb7bd6db19462 (patch)
treea68a40e24e444cfe1bca93f3f51775dd296b2a5b /tools/testing/selftests/bpf/prog_tests/autoload.c
parent5feebc65647088af2a9abb57306324028bf1a2ae (diff)
soc: realview: Use custom soc attribute group instead of device_create_file
Commit c31e73121f4c ("base: soc: Handle custom soc information sysfs entries") introduced custom soc attribute group in soc_device_attribute structure but there are no users treewide. While trying to understand the motivation and tried to use it, it was found lot of existing custom attributes can moved to use it instead of device_create_file. Though most of these never remove/cleanup the custom attribute as they never call soc_device_unregister, using these custom attribute group eliminate the need for any cleanup as the driver infrastructure will take care of that. Let us remove device_create_file and start using the custom attribute group in soc_device_attribute. Link: https://lore.kernel.org/r/[email protected] Cc: Linus Walleij <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions