Skip to content

Commit eefff3d

Browse files
webgeek1234bjorn-helgaas
authored andcommitted
cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use()
Export tegra_cpuidle_pcie_irqs_in_use() to allow pci-tegra to be built as a module. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://patch.msgid.link/20250731-pci-tegra-module-v7-2-cad4b088b8fb@gmail.com
1 parent 92d661c commit eefff3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpuidle/cpuidle-tegra.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ void tegra_cpuidle_pcie_irqs_in_use(void)
336336
pr_info("disabling CC6 state, since PCIe IRQs are in use\n");
337337
tegra_cpuidle_disable_state(TEGRA_CC6);
338338
}
339+
EXPORT_SYMBOL_GPL(tegra_cpuidle_pcie_irqs_in_use);
339340

340341
static void tegra_cpuidle_setup_tegra114_c7_state(void)
341342
{

0 commit comments

Comments
 (0)