projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338b67b
)
USB: remove info() macro from usb.h
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 18 Aug 2008 20:21:04 +0000
(13:21 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Jan 2009 18:00:14 +0000
(10:00 -0800)
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>
include/linux/usb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb.h
b/include/linux/usb.h
index 28f68f587793f894923cbb7469623365f4a682e1..85ee9be9361ec9825dfca2d11c4931b465628aa9 100644
(file)
--- a/
include/linux/usb.h
+++ b/
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__ */