spi/s3c64xx: Remove redundant runtime PM management
authorMark Brown <broonie@kernel.org>
Fri, 5 Dec 2014 20:23:06 +0000 (20:23 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 7 Dec 2014 13:47:21 +0000 (13:47 +0000)
commitbc88f11baf5a7e6671eac6fe3131c087d71a646f
tree8b36acdb58dbd9f4332f91928e9e6f5288792cc8
parentbf77cba95f8c06bbf76869d3bdfb03e18a33e673
spi/s3c64xx: Remove redundant runtime PM management

The device already asks the core to hold a runtime PM reference while it
is active so it is redundant to open code that in the driver itself.

Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c64xx.c