commit | 930e4b7fe3b4e1c4e14b9c22e4c9c74dc8db75f3 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Aug 03 20:56:31 2007 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Oct 17 00:00:01 2007 +0200 |
tree | 08a19760d9e2d2ad7d2784e30016ef92f807fd51 | |
parent | 1415d9189e8c59aa9c77a3bba419dcea062c145f [diff] |
firewire: fw-core: local variable shadows a global one Sparse warned about it although it was apparently harmless: drivers/firewire/fw-cdev.c:624:23: warning: symbol 'interrupt' shadows an earlier one include/asm/hw_irq.h:29:13: originally declared here Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>