]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] SPI controller build/warning fixes
authorDavid Brownell <david-b@pacbell.net>
Tue, 20 Feb 2007 21:58:19 +0000 (13:58 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:16 +0000 (17:10 -0800)
commitfbe75fe0f318fe1b088c9b3cd8bae5141030a54a
tree1bb4dc9b173f500b4a130c05eae8ad080699597a
parent49c198d83f6c69284f7e0ad996455042cbc1c9eb
[PATCH] SPI controller build/warning fixes

The signature of the per-device cleanup() routine changed to remove its
const-ness.  Three new SPI controller drivers now need that change, to
eliminate build warnings.

This also fixes a build bug with atmel_spi on AT91 systems.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/atmel_spi.c
drivers/spi/omap_uwire.c
drivers/spi/spi_imx.c