PM / Intel IOMMU: Fix init_iommu_pm_ops() for CONFIG_PM unset

If CONFIG_PM is not set, init_iommu_pm_ops() introduced by commit
134fac3f45 (PCI / Intel IOMMU: Use
syscore_ops instead of sysdev class and sysdev) is not defined
appropriately.  Fix this issue.

Reported-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
Rafael J. Wysocki 2011-06-07 21:32:31 +02:00
parent 59c5f46fbe
commit 99592ba4a8
1 changed files with 1 additions and 1 deletions

View File

@ -3388,7 +3388,7 @@ static void __init init_iommu_pm_ops(void)
}
#else
static inline int init_iommu_pm_ops(void) { }
static inline void init_iommu_pm_ops(void) {}
#endif /* CONFIG_PM */
/*