From 930e4b7fe3b4e1c4e14b9c22e4c9c74dc8db75f3 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Fri, 3 Aug 2007 20:56:31 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed