spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 16 Apr 2018 15:40:17 +0000 (17:40 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 17 Apr 2018 10:46:52 +0000 (11:46 +0100)
commit1c75862d8e5a7152a0d343160a4287f4cc05249a
tree5f3bf056194edcbd05c4f6f785052dfad8806758
parentee9b62d31908e72397b321e1a8a0f0709e825957
spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument

The channel argument is not used and anyway it could be retrieved from
the passed driver data structure.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Andi Shyti <andi@etezian.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c64xx.c