spi/bcm63xx: remove unused speed_hz variable
authorJonas Gorski <jogo@openwrt.org>
Sat, 6 Apr 2013 11:18:57 +0000 (13:18 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 8 Apr 2013 12:42:10 +0000 (13:42 +0100)
speed_hz is a write only member, so we can safely remove it and its
generation. Also fixes the missing clk_put after getting the periph
clock.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found