spi: efm32: drop unused struct and fix size check
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 8 Oct 2013 18:49:59 +0000 (20:49 +0200)
committerMark Brown <broonie@linaro.org>
Wed, 9 Oct 2013 11:00:42 +0000 (12:00 +0100)
commit6a009e8d886be476d7e6ea978c27c9517c449d3c
tree08cd65c7882846b48d710464f7fd92042c29c259
parente6f7563b7354c2eb26d89b8622b3582a4c6510d8
spi: efm32: drop unused struct and fix size check

The variable efm32_spi_pdata_default origins from an earlier revision of
the patch introducing the driver, its use was dropped because of review
comments but I forgot to also drop the variable itself.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-efm32.c