| commit | e3c0bc26fd4469fb3f1dc0ce617630a5cc8b0d2a | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 01 14:02:58 2025 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 07 14:54:57 2025 +0200 |
| tree | 44b7c0fd1eabe9eebeca9e467df06ba25835844d | |
| parent | 4180cba60a99309a80e2b0e2a84f68f931626f6b [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>