[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)
commite8f39549580e04e0b8edd11bae834ae7f8322fc8
tree3e93830541b90301a82ce0510a4917d6fcc847ff
parent349a2444cfcd6c078a8410c19cd7a950ff89bd96
[PPC] minor irq handler cleanups

- 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>
arch/ppc/8xx_io/fec.c
arch/ppc/platforms/sbc82xx.c