diff options
author | Greg Kroah-Hartman <[email protected]> | 2023-12-19 14:34:46 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2023-12-30 10:10:41 +0100 |
commit | 66e82d219924f6112509f7e8f8e687fcc81a16e3 (patch) | |
tree | 1b6b2906f607cd81e85583a94ee6a0e5e4ee44ac /tools/perf/scripts/python/stat-cpi.py | |
parent | 64bf8dec54cfe57f416884a6b3d54c7f4259e93f (diff) |
ALSA: mark all struct bus_type as const
Now that the driver core can properly handle constant struct bus_type,
move all of the sound subsystem struct bus_type structures as const,
placing them into read-only memory which can not be modified at runtime.
Note, this fixes a duplicate definition of ac97_bus_type, which somehow
was declared extern in a .h file, and then static as a prototype in a .c
file, and then properly later on in the same .c file. Amazing that no
compiler warning ever showed up for this.
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Dawei Li <[email protected]>
Cc: Yu Liao <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/2023121945-immersion-budget-d0aa@gregkh
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions