commit | 42f5ce7e330554ead689ed897b2ee39b8a0a1dbf | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 01 14:02:58 2025 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Sep 14 15:43:41 2025 +0200 |
tree | 3d48f858da2b538b9e8255b2b67ee2f0f7919981 | |
parent | 593bea288613a645c2e8453a164e293eb4d5d7ec [diff] |
intel_th: make intel_th_bus_type constant Now that the driver core can properly handle constant struct bus_type, move the intel_th_bus_type variable to be a constant structure as well, placing it into read-only memory which can not be modified at runtime. Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>