diff options
author | Ricardo B. Marliere <[email protected]> | 2024-03-02 13:47:25 -0300 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-03-10 18:15:48 -0400 |
commit | ac9f3ac5b86c41196bfd0c114d97db359b3bc44a (patch) | |
tree | 1c729cddcceab362cbb919258222c311a52c4709 /tools/perf/util/trace-event-scripting.c | |
parent | a08f0eb02981ebeccc6c62833e673cc06a29393b (diff) |
scsi: ch: Make ch_sysfs_class constant
Since commit 43a7206b0963 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the ch_sysfs_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.
Cc: Greg Kroah-Hartman <[email protected]>
Suggested-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Ricardo B. Marliere <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions