commit | cf6299b6101903c31bddb0065804b2121ed510c7 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Mon Dec 27 17:39:24 2021 +0100 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Dec 28 11:26:18 2021 +0100 |
tree | 2e1b8f5d1e6dead57c7153a647084e8b60e72c8d | |
parent | ee6d3dd4ed48ab24b74bab3c3977b8218518247d [diff] |
kobject: remove kset from struct kset_uevent_ops callbacks There is no need to pass the pointer to the kset in the struct kset_uevent_ops callbacks as no one uses it, so just remove that pointer entirely. Reviewed-by: Rafael J. Wysocki <[email protected]> Reviewed-by: Wedson Almeida Filho <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>