spi/s3c64xx: Move src_clk to local driver data
authorJassi Brar <jassi.brar@samsung.com>
Wed, 20 Jan 2010 20:49:44 +0000 (13:49 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 20 Jan 2010 20:49:44 +0000 (13:49 -0700)
commitb0d5d6e55340348b0de75eb691b93d7e60dba879
tree2bc06c42958eb5a183aa29fdf51cf260eb670347
parentee64a37732c23ab2bcef5fe7785fd237a7e38951
spi/s3c64xx: Move src_clk to local driver data

The pointer to SPI rate source clock had better be the member of
driver local data structure rather than platform specific.
Also, remove definitions of variable 'sci' that are rendered
useless as a consequence.

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