hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/cpufreq/powernow-k7.c
....@@ -1,8 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * AMD K7 Powernow driver.
34 * (C) 2003 Dave Jones on behalf of SuSE Labs.
45 *
5
- * Licensed under the terms of the GNU GPL License version 2.
66 * Based upon datasheets & sample CPUs kindly provided by AMD.
77 *
88 * Errata 5:
....@@ -109,7 +109,7 @@
109109 }
110110
111111 static const struct x86_cpu_id powernow_k7_cpuids[] = {
112
- { X86_VENDOR_AMD, 6, },
112
+ X86_MATCH_VENDOR_FAM(AMD, 6, NULL),
113113 {}
114114 };
115115 MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids);