mirror of https://github.com/torvalds/linux.git
When CONFIG_IOMMU_API is disabled, some functions defined outside its
conditional scope become unused, triggering compiler warnings reported
by the kernel test robot.
Move these function definitions inside the #ifdef CONFIG_IOMMU_API block
to prevent unused function warnings when the configuration is disabled.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| cppc.c | ||
| cpuidle.c | ||
| init.c | ||
| init.h | ||
| irq.c | ||
| rhct.c | ||
| rimt.c | ||