summaryrefslogtreecommitdiff
path: root/drivers/base/base.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-02 20:58:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-03 22:42:43 +0300
commit979207cac517833c828133ffb2633bcdf6edce00 (patch)
treeb938b6ad0ecf9db360f41bb6d701a93d2302d406 /drivers/base/base.h
parenta131e33715fca8a047bdfc3d67b10eb743eea4b0 (diff)
downloadlinux-979207cac517833c828133ffb2633bcdf6edce00.tar.xz
driver core: class: mark class_release() as taking a const *
The struct class callback, class_release(), is only called in 2 places, the pcmcia cardservices code, and in the class driver core code. Both places it is safe to mark the structure as a const *, to allow us to in the future mark all struct class usages as constant and move into read-only memory. Acked-by: Rafael J. Wysocki <rafael@kernel.org> Link: https://lore.kernel.org/r/2023040248-outrage-obsolete-5a9a@gregkh Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/base.h')
0 files changed, 0 insertions, 0 deletions