Skip to content

Commit 6509cc4

Browse files
committed
[Build] Make static the PCI list to comply with kernel frame size
1 parent f055e6a commit 6509cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64/corefreqk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10420,7 +10420,7 @@ static void PerCore_Query_AMD_Zen_Features(CORE_RO *Core) /* Per SMT */
1042010420

1042110421
static void Intel_Watchdog(CORE_RO *Core)
1042210422
{
10423-
struct pci_device_id PCI_WDT_ids[] = {
10423+
static struct pci_device_id PCI_WDT_ids[] = {
1042410424
{
1042510425
PCI_VDEVICE(INTEL, DID_INTEL_ICH10_LPC),
1042610426
.driver_data = (kernel_ulong_t) ICH_TCO

0 commit comments

Comments
 (0)