diff options
| author | Arnd Bergmann <[email protected]> | 2023-05-16 22:27:42 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2023-06-15 09:19:37 +0100 |
| commit | 9ef18aa8c0ab5f7824b8380536501859af61265d (patch) | |
| tree | 491f8fa01a0028dde556628e4e5d00fce9282996 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
| parent | e83152a8fae9c36b3ab1886bb9576c4c910269a9 (diff) | |
mfd: intel-lpss: Hide suspend/resume functions in #ifdef
When CONFIG_PM is disabled, the prototypes for these two functions
are not visible:
drivers/mfd/intel-lpss.c:482:5: error: no previous prototype for 'intel_lpss_suspend' [-Werror=missing-prototypes]
482 | int intel_lpss_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~~~~
drivers/mfd/intel-lpss.c:503:5: error: no previous prototype for 'intel_lpss_resume' [-Werror=missing-prototypes]
503 | int intel_lpss_resume(struct device *dev)
Add the same #ifdef around the definition of the unused functions,
which avoids the warning and slightly reduces the code size.
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions