From: Andrew Morton Cc: Greg KH Cc: David Brownell Signed-off-by: Andrew Morton --- drivers/usb/host/ehci-pci.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/usb/host/ehci-pci.c~gregkh-usb-usb-fix-ehci-early-handoff-issues-warning-fix drivers/usb/host/ehci-pci.c --- 25/drivers/usb/host/ehci-pci.c~gregkh-usb-usb-fix-ehci-early-handoff-issues-warning-fix 2006-01-24 17:51:44.644112896 -0800 +++ 25-akpm/drivers/usb/host/ehci-pci.c 2006-01-24 17:51:53.586753408 -0800 @@ -29,7 +29,6 @@ static int ehci_pci_reinit(struct ehci_h { u32 temp; int retval; - unsigned count = 256/4; /* optional debug port, normally in the first BAR */ temp = pci_find_capability(pdev, 0x0a); _