[SCSI] NCR_D700: fix IRQ handler return type
authorZhenwen Xu <helight.xu@gmail.com>
Tue, 12 May 2009 20:29:13 +0000 (13:29 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 23 May 2009 20:44:09 +0000 (15:44 -0500)
commit5a2537959fa8781012e8c286fc1614e0f6991327
tree5a298e9e66fbc60f86ecfdf00e402e3509b1334e
parent9870d9a2428550e7ac3164a26306ad07a99051ae
[SCSI] NCR_D700: fix IRQ handler return type

drivers/scsi/NCR_D700.c: In function `NCR_D700_probe':
drivers/scsi/NCR_D700.c:322: warning: passing argument 2 of `request_irq' from incompatible pointer type
drivers/scsi/NCR_D700.c:322: warning: passing argument 2 of `request_irq' from incompatible pointer type
drivers/scsi/NCR_D700.c:322: warning: passing argument 2 of `request_irq' from incompatible pointer type

Signed-off-by: Zhenwen Xu <helight.xu@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/NCR_D700.c