aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-08-18 16:21:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-07 13:00:14 -0500
commit34c65d82e02147331701c7795e3144d511adf4e9 (patch)
tree2f1a39cbea44efcc0ad0a7e04addded9db66e233 /include/linux/usb.h
parent338b67b0c1a97ca705023a8189cf41aa0828d294 (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>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 28f68f587793..85ee9be9361e 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -1742,8 +1742,6 @@ extern void usb_unregister_notify(struct notifier_block *nb);
1742 1742
1743#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ 1743#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \
1744 format "\n" , ## arg) 1744 format "\n" , ## arg)
1745#define info(format, arg...) printk(KERN_INFO KBUILD_MODNAME ": " \
1746 format "\n" , ## arg)
1747 1745
1748#endif /* __KERNEL__ */ 1746#endif /* __KERNEL__ */
1749 1747