diff options
author | Ivan Orlov | 2023-06-20 16:37:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-06-23 10:27:20 +0200 |
commit | 11680fdf29cec560987fc8f6d290a5bfdb73e4e4 (patch) | |
tree | 3f753069991341bfbf6c475232c9e618d7d08f58 /net/ieee802154 | |
parent | 98ab58a7a0b08be3f5ebdcb44fdf49127f749970 (diff) |
virtio_console: make port class a static const structure
Now that the driver core allows for struct class to be in read-only
memory, remove the class field of the ports_driver_data structure and
create the port_class static class structure declared at build time
which places it into read-only memory, instead of having it to be
dynamically allocated at load time.
Cc: Amit Shah <amit@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: virtualization@lists.linux-foundation.org
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230620143751.578239-16-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ieee802154')
0 files changed, 0 insertions, 0 deletions