kernel/drivers/cpufreq/powernow-k7.c
.. .. @@ -1,8 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * AMD K7 Powernow driver. 3 4 * (C) 2003 Dave Jones on behalf of SuSE Labs. 4 5 * 5 - * Licensed under the terms of the GNU GPL License version 2.6 6 * Based upon datasheets & sample CPUs kindly provided by AMD. 7 7 * 8 8 * Errata 5: .. .. @@ -109,7 +109,7 @@ 109 109 } 110 110 111 111 static const struct x86_cpu_id powernow_k7_cpuids[] = { 112 - { X86_VENDOR_AMD, 6, },112 + X86_MATCH_VENDOR_FAM(AMD, 6, NULL),113 113 {} 114 114 }; 115 115 MODULE_DEVICE_TABLE(x86cpu, powernow_k7_cpuids);