diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-06 10:57:13 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-01-11 15:44:26 -0500 |
commit | 5fea167ec0a134cb61fde848a3c344f77f0c13a5 (patch) | |
tree | 75f7b95e514e0fcade44afbcdf4687e2e6099611 /security | |
parent | 7ff61cdcc8609a19f3eddf3fffc09a05ad6d6865 (diff) | |
download | linux-5fea167ec0a134cb61fde848a3c344f77f0c13a5.tar.gz linux-5fea167ec0a134cb61fde848a3c344f77f0c13a5.tar.bz2 linux-5fea167ec0a134cb61fde848a3c344f77f0c13a5.zip |
drm/amdkfd: use default_groups in kobj_type
There are currently 2 ways to create a set of sysfs files for a
kobj_type, through the default_attrs field, and the default_groups
field. Move the amdkfd sysfs code to use default_groups field which has
been the preferred way since aa30f47cf666 ("kobject: Add support for
default attribute groups to kobj_type") so that we can soon get rid of
the obsolete default_attrs field.
Cc: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions