From: Jeff Garzik Date: Fri, 18 Apr 2008 23:22:58 +0000 (-0400) Subject: [IA64] minor irq handler cleanups X-Git-Tag: v2.6.26-rc1~1101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9010eff0eadfe4eb60c3f0c71573f0fc505c31e3;p=pandora-kernel.git [IA64] minor irq handler cleanups - remove unused 'irq' argument from pfm_do_interrupt_handler() - remove pointless cast to void* - add KERN_xxx prefix to printk() - remove braces around singleton C statement - in tioce_provider.c, start tioce_dma_consistent() and tioce_error_intr_handler() function declarations in column 0 This change's main purpose is to prepare for the patchset in jgarzik/misc-2.6.git#irq-remove, that explores removal of the never-used 'irq' argument in each interrupt handler. Signed-off-by: Jeff Garzik Signed-off-by: Tony Luck --- Reading git-diff-tree failed