spi/s3c64xx: Add new parameter to cs callback
authorJassi Brar <jassi.brar@samsung.com>
Wed, 20 Jan 2010 20:49:45 +0000 (13:49 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 20 Jan 2010 20:49:45 +0000 (13:49 -0700)
commitfa0fcde66ac3360678360104b24492015e7b852b
tree58464da260602842c14ab8d8ffb261d1897814a2
parente6b873c9666015484a01373a4eebc6cfa82e670d
spi/s3c64xx: Add new parameter to cs callback

Since most of the chip-selects are simply going to be like
gpio_set_value, it would do good to have the same callback type
so that it could simply be made to point at gpio_set_value.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi_s3c64xx.c