Skip to content
Commit e0c86a3b authored by Thierry Reding's avatar Thierry Reding
Browse files

pwm: lpss: Fix build failure on PowerPC



An x86 build seems to pull in the linux/io.h include indirectly. On
PowerPC that doesn't happen and the build breaks due to the readl() and
writel() functions not being declared. Fix this by explicitly including
linux/io.h.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 90927fe9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment