From: Wei Yongjun <[email protected]>
Date: Tue, 7 Jul 2020 18:55:43 +0800
> In certain configurations without power management support, gcc report
> the following warning:
>
> drivers/net/ethernet/sun/cassini.c:5206:12: warning:
> 'cas_resume' defined but not used [-Wunused-function]
> 5206 | static int cas_resume(struct device *dev_d)
> | ^~~~~~~~~~
>
> Mark cas_resume() as __maybe_unused to make it clear.
>
> Fixes: f193f4ebde3d ("sun/cassini: use generic power management")
> Reported-by: Hulk Robot <[email protected]>
> Signed-off-by: Wei Yongjun <[email protected]>
Applied, thanks.