]> git.baikalelectronics.ru Git - kernel.git/commit
au1550_spi: fix prototype of irq handler
authorJan Nikitenko <jan.nikitenko@gmail.com>
Thu, 13 Mar 2008 19:32:38 +0000 (12:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Mar 2008 20:11:43 +0000 (13:11 -0700)
commit7c4279c7bb86e9d18e8809897321e4d05190f702
tree51cefc89b8e04dd8a3d8182047837688f825c609
parent9fe63b7132d77c45c6e56db9093f3e50dfb726fc
au1550_spi: fix prototype of irq handler

Remove struct pt_regs *regs from prototype of au1550_spi_irq handler to avoid
warning in request_irq().  Also fix comment type leadin.

Signed-off-by: Jan Nikitenko <jan.nikitenko@gmail.com>
Signed-off-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/au1550_spi.c