[SCSI] mesh: cleanup variable usage in interrupt handler
authorOlaf Hering <olaf@aepfle.de>
Thu, 26 Apr 2007 07:35:19 +0000 (00:35 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 8 May 2007 16:17:21 +0000 (11:17 -0500)
commit2135be5f24ee6620ea6f2a594087d51b6a67ce7e
treea25201af5735f7f841e7b2e2f3ca648c7a9d926e
parente1fa0ceaf366ba8042a388d02ce841b36d063fe2
[SCSI] mesh: cleanup variable usage in interrupt handler

_ convert void* to struct mesh_state*

- remove unused irq argument from mesh_interrupt()

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/mesh.c