]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9d3870ddf0d6f2b4f10a0b0feac08edbcfcf6012
tree3e93830541b90301a82ce0510a4917d6fcc847ff
parent238104664e0c550487f712b48967ce6d0482b4e5
[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