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)
commitab300d18175aaae8e4c6f90c0b0577384721dea7
tree72f298b7b1c92c71c8198aa6b0b93db09062d08c
parent8b0bebe2c821f0bb872da94cc815096dad89850c
spi/bcm63xx: remove unused speed_hz variable

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>
arch/mips/bcm63xx/dev-spi.c
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_spi.h
drivers/spi/spi-bcm63xx.c