USB: remove warn() macro from usb.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Aug 2008 16:37:34 +0000 (09:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:14 +0000 (10:00 -0800)
commit338b67b0c1a97ca705023a8189cf41aa0828d294
tree696d1545368d9a98ff52191e995b4ee3a0e39bae
parent5aa637505fb8610cd2724b09fa0ab03fd6cdca63
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 <gregkh@suse.de>
include/linux/usb.h