spi/sh-msiof: Remove unneeded clock name
authorBastian Hecht <hechtb@gmail.com>
Wed, 7 Nov 2012 11:40:04 +0000 (12:40 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 6 Dec 2012 14:05:00 +0000 (14:05 +0000)
commit078b6ead72a6486c479f8b95c71dcb3b93abda90
tree74f4560b372a0ca9ef3ff6bb1220f0f84d27d772
parentb3a223ee2d1a4635b0643c547bc0096a37334ed1
spi/sh-msiof: Remove unneeded clock name

clk_get() no longer needs a character string for associating the right
clock as this is done via the device struct now.

Signed-off-by: Bastian Hecht <hechtb@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-sh-msiof.c