dmaengine: idma64: Switch to use __maybe_unused instead of ifdeffery
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 4 Nov 2020 10:31:31 +0000 (12:31 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Nov 2020 11:51:05 +0000 (17:21 +0530)
commit6349753276a657b423460b93c2f511c73bb0a118
treed6d6b515b2e793e4129dc982901e60f65b2cac7d
parent842067940a3e3fc008a60fee388e000219b32632
dmaengine: idma64: Switch to use __maybe_unused instead of ifdeffery

ifdeffery is prone to errors and makes code harder to read.
Switch to use __maybe_unused instead of ifdeffery.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20201104103131.89907-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idma64.c