hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/cpufreq/sc520_freq.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * sc520_freq.c: cpufreq driver for the AMD Elan sc520
34 *
45 * Copyright (C) 2005 Sean Young <sean@mess.org>
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
106 *
117 * Based on elanfreq.c
128 *
....@@ -99,7 +95,7 @@
9995 };
10096
10197 static const struct x86_cpu_id sc520_ids[] = {
102
- { X86_VENDOR_AMD, 4, 9 },
98
+ X86_MATCH_VENDOR_FAM_MODEL(AMD, 4, 9, NULL),
10399 {}
104100 };
105101 MODULE_DEVICE_TABLE(x86cpu, sc520_ids);