diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-06 16:58:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-06 17:44:47 +0300 |
commit | df22568ad8ed317db95acc11e1c08bae7a0fba5d (patch) | |
tree | add287aa6dc3c875ed7ba9299797f116ca3f8354 /scripts/gdb/linux/modules.py | |
parent | 881fe6ed21e8c7e60095aabc274c4f2bfdc87c5e (diff) | |
download | linux-df22568ad8ed317db95acc11e1c08bae7a0fba5d.tar.xz |
spi: spidev: make spidev_class constant
Now that the driver core allows for struct class to be in read-only
memory, we should make all 'class' structures declared at build time
placing them into read-only memory, instead of having to be dynamically
allocated at runtime.
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/2023100639-celtic-herbs-66be@gregkh
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions