From: Ming Lei Date: Mon, 17 May 2010 14:20:50 +0000 (+0800) Subject: USB: remove match_device X-Git-Tag: v2.6.35-rc1~471^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c024b7260c8f879a2ef3a3e6a853b579a46479f8;p=pandora-kernel.git USB: remove match_device usb_find_device was the only one user of match_device, now it is removed, so remove match_device to fix the compile warning below reported by Stephen Rothwell: drivers/usb/core/usb.c:596: warning: 'match_device' defined but not used Reported-by: Stephen Rothwell Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed