commit | 34c65d82e02147331701c7795e3144d511adf4e9 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 18 13:21:04 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 10:00:14 2009 -0800 |
tree | 2f1a39cbea44efcc0ad0a7e04addded9db66e233 | |
parent | 338b67b0c1a97ca705023a8189cf41aa0828d294 [diff] |
USB: remove info() macro from usb.h USB should not be having it's own printk macros, so remove info() and use the system-wide standard of dev_info() wherever possible. No one in the tree is using the macro, so it can now be removed. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>