]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_master
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 18 Sep 2015 07:14:41 +0000 (10:14 +0300)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 20 Sep 2015 17:37:20 +0000 (19:37 +0200)
commit5cfc5220a63b1008e7198fb4f91c3ef763e46657
tree3cc44071b296577ab70994978e143b44f43d1e1a
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_master

Use for struct pxa2xx_spi_master clock_enable field was removed years ago
from the pxa2xx-spi driver by the commit 2f1a74e5a2de ("[ARM] pxa: make
pxa2xx_spi driver use ssp_request()/ssp_free()").

Therefore remove it from structure definition, documentation and from
couple affected board files.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Documentation/spi/pxa2xx
arch/arm/mach-pxa/hx4700.c
arch/arm/mach-pxa/icontrol.c
arch/arm/mach-pxa/z2.c
include/linux/spi/pxa2xx_spi.h