hwrng: xgene: Add explicit io.h include
authorRob Herring <robh@kernel.org>
Fri, 4 Aug 2023 14:48:44 +0000 (08:48 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 5 Aug 2023 04:37:37 +0000 (12:37 +0800)
commitb9a281f1f72b9786a4cb04b4105c121f3333aabf
treec9a4d8826093843f1848941840d4f9929e9760c9
parent1ce1cd8208ad6060e4fcf6e09068c8954687c127
hwrng: xgene: Add explicit io.h include

Commit 0788257aeebe ("hwrng: Explicitly include correct DT includes")
removed an implicit include of io.h. On most architectures, there's
still an implicit include of it, but not on s390. Enabling COMPILE_TEST
in commit 1ce1cd8208ad ("hwrng: Enable COMPILE_TEST for more drivers")
exposed this.

Fixes: 0788257aeebe ("hwrng: Explicitly include correct DT includes")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308042049.8R2tNRoo-lkp@intel.com/
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/xgene-rng.c