diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2012-03-05 11:08:36 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-03-05 11:08:36 -0800 |
commit | 2534b4a429aa31037c29079c25506c43e71f8f9f (patch) | |
tree | 2474687cf6933ff881ec7b42e0abaff221ce6158 /firmware | |
parent | dedd5bd33900696f363b6169a41d7d585647d75f (diff) | |
download | linux-2534b4a429aa31037c29079c25506c43e71f8f9f.tar.gz linux-2534b4a429aa31037c29079c25506c43e71f8f9f.tar.bz2 linux-2534b4a429aa31037c29079c25506c43e71f8f9f.zip |
ARM: OMAP4: board-4430sdp: don't initialize value that is never used
sdp4430_spi_board_info.irq was initialized to ETH_KS8851_IRQ and in
omap_4430sdp_init() overwritten with gpio_to_irq(ETH_KS8851_IRQ) before
sdp4430_spi_board_info was registered. This is a bit confusing, so
better don't initialize .irq and document that it is set later.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions