[PPC] minor irq handler cleanups
authorJeff Garzik <jeff@garzik.org>
Wed, 31 Oct 2007 09:15:20 +0000 (05:15 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Sun, 20 Apr 2008 22:51:01 +0000 (18:51 -0400)
- whitespace cleanups

- remove pointless prototype (uses always follow func implementation)

- 'irq' argument is used here purely as a local variable.  rename
  argument to 'dummy' and define 'irq' as local to make this plain.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>

No differences found