spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 12 Apr 2018 13:27:47 +0000 (15:27 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:57 +0000 (14:56 +0900)
commit431f30c92ad70e09d9366361cf2649416c2d264e
treef5040884c240f6d46d2b780b2073dbb10044bfac
parented536233400eed61bb297fa6c45700f52601adcf
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.

Change-Id: Ib89885dd2e0d80e7ca97a1c15fb69f11f55a8740
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/spi/spi-s3c64xx.c