USB: add usb debugfs directory

Add a common usb directory in debugfs that the usb subsystem can use.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2009-04-24 14:56:26 -07:00
parent 84fe6e799d
commit 00048b8bde
2 changed files with 25 additions and 0 deletions

View File

@@ -1558,6 +1558,9 @@ extern void usb_unregister_notify(struct notifier_block *nb);
#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \
format "\n" , ## arg)
/* debugfs stuff */
extern struct dentry *usb_debug_root;
#endif /* __KERNEL__ */
#endif