From: Greg Kroah-Hartman Date: Thu, 14 Aug 2008 16:37:34 +0000 (-0700) Subject: USB: remove warn() macro from usb.h X-Git-Tag: v2.6.29-rc1~182^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338b67b0c1a97ca705023a8189cf41aa0828d294;p=pandora-kernel.git USB: remove warn() macro from usb.h USB should not be having it's own printk macros, so remove warn() and use the system-wide standard of dev_warn() wherever possible. In the few places that will not work out, use a basic printk(). Now that all in-tree users are gone, remove the macro. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed