diff --git a/[refs] b/[refs] index 2a206cd04170..f1771466c485 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 338b67b0c1a97ca705023a8189cf41aa0828d294 +refs/heads/master: 34c65d82e02147331701c7795e3144d511adf4e9 diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index 28f68f587793..85ee9be9361e 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -1742,8 +1742,6 @@ extern void usb_unregister_notify(struct notifier_block *nb); #define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ format "\n" , ## arg) -#define info(format, arg...) printk(KERN_INFO KBUILD_MODNAME ": " \ - format "\n" , ## arg) #endif /* __KERNEL__ */