spi: spi-s3c64xx: Drop unused enable_datapath() function argument
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 12 Apr 2018 13:36:37 +0000 (15:36 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:58 +0000 (14:56 +0900)
commita3126fd17aaa47f526a403ed5880a4804567ab58
treea7dc22838a90fc2a4d3c2715ad63d175338eef78
parent431f30c92ad70e09d9366361cf2649416c2d264e
spi: spi-s3c64xx: Drop unused enable_datapath() function argument

The spi pointer argument is not used now so remove it. While at it a s3c64xx_
prefix is added to the function name.

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