mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
pinctrl: tb10x: Mark base as __iomem
The compile tests are complaining that this is not correctly typed. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202606150641.cbQ05ZMM-lkp@intel.com/ Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
a1636f548c
commit
03e661e5f2
|
|
@ -479,7 +479,7 @@ struct tb10x_port {
|
|||
*/
|
||||
struct tb10x_pinctrl {
|
||||
struct pinctrl_dev *pctl;
|
||||
void *base;
|
||||
void __iomem *base;
|
||||
const struct tb10x_pinfuncgrp *pingroups;
|
||||
unsigned int pinfuncgrpcnt;
|
||||
unsigned int pinfuncnt;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user