spi: ath79: remove spi-master setup and cleanup assignment
authorDavid Bauer <mail@david-bauer.net>
Fri, 28 Feb 2020 23:54:41 +0000 (00:54 +0100)
committerDavid Bauer <mail@david-bauer.net>
Fri, 28 Feb 2020 23:54:41 +0000 (00:54 +0100)
commit71f3179fc82a1884faeff99ad681c7ae27a6ab48
tree7d5e2082e4b602ca31fcc187ab66223057915d90
parentfc161063f55f1852dea4a1c41a0e4af3225b99cb
spi: ath79: remove spi-master setup and cleanup assignment

This removes the assignment of setup and cleanup functions for the ath79
target. Assigning the setup-method will lead to 'setup_transfer' not
being assigned in spi_bitbang_init.

Also drop the redundant cleanup assignment, as this also happens in
spi_bitbang_init.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/patches-5.4/0050-spi-ath79-remove-spi-master-setup-and-cleanup-assign.patch [new file with mode: 0644]