pwm: lpss: Fix build failure on PowerPC
authorThierry Reding <thierry.reding@gmail.com>
Wed, 29 Oct 2014 00:52:57 +0000 (08:52 +0800)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:16:23 +0000 (11:16 +0100)
commit5b6735c6185986114c85533dedb916d564c4ad7f
tree26879a845fcbffcdf00666cc8c0be1b7d851bb12
parent5eb089719e4096e81a0399751007f361898f1870
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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
(cherry picked from commit e0c86a3b63e948e51a47d17382c7cd8711d19750)

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
drivers/pwm/pwm-lpss.c