]> git.baikalelectronics.ru Git - kernel.git/commit
phy: freescale: pcie: explicitly add bitfield.h
authorVinod Koul <vkoul@kernel.org>
Wed, 15 Dec 2021 06:08:34 +0000 (11:38 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 15 Dec 2021 15:20:43 +0000 (20:50 +0530)
commit586096251675bbc5ff83d4f6982e4592b2713503
tree1dddcc806ff04b7b4e98aa4ba0ccf58725d9ed91
parent8e67bba6b30f42412e60f23558ed2fb94829db9b
phy: freescale: pcie: explicitly add bitfield.h

kernel test robot complains about missing FIELD_PREP, so include
bitfield.h for that

drivers/phy/freescale/phy-fsl-imx8m-pcie.c:41:37: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration]
drivers/phy/freescale/phy-fsl-imx8m-pcie.c:41:41: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration]

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 8e67bba6b30f ("phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
Link: https://lore.kernel.org/r/20211215060834.921617-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-imx8m-pcie.c