spi: pxa2xx: Remove the shutdown callback
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 17 Sep 2018 12:11:24 +0000 (14:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Sep 2018 21:33:57 +0000 (14:33 -0700)
commit8089babee17c09cdd51ac1390e444ee0be0c2291
tree8847f2b6d786860b0751e5e16b4832ddb701e929
parenta3762b13a596642586051d877efc80ff043bc42a
spi: pxa2xx: Remove the shutdown callback

It makes no sense to remove the device on shutdown. And it break things
when the hardware crucial for shutdown (such as the embedded controller)
is attached to the SPI bus.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c