mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 12:13:07 +02:00
[Build] Make static the PCI list to comply with kernel frame size
This commit is contained in:
@@ -10420,7 +10420,7 @@ static void PerCore_Query_AMD_Zen_Features(CORE_RO *Core) /* Per SMT */
|
||||
|
||||
static void Intel_Watchdog(CORE_RO *Core)
|
||||
{
|
||||
struct pci_device_id PCI_WDT_ids[] = {
|
||||
static struct pci_device_id PCI_WDT_ids[] = {
|
||||
{
|
||||
PCI_VDEVICE(INTEL, DID_INTEL_ICH10_LPC),
|
||||
.driver_data = (kernel_ulong_t) ICH_TCO
|
||||
|
Reference in New Issue
Block a user