diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-24 17:56:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-16 00:44:42 -0400 |
commit | 00048b8bde5a6cbd9c3a76f272cc9ddb55705e37 (patch) | |
tree | fd8acec26630c895b8012e7ed0699274064b1212 /include/linux/usb.h | |
parent | 84fe6e799deaf14e2c7a941e805cd93d83f90927 (diff) |
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>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 3aa2cd1f8d08..29060dad81e6 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1558,6 +1558,9 @@ extern void usb_unregister_notify(struct notifier_block *nb); | |||
1558 | #define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ | 1558 | #define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ |
1559 | format "\n" , ## arg) | 1559 | format "\n" , ## arg) |
1560 | 1560 | ||
1561 | /* debugfs stuff */ | ||
1562 | extern struct dentry *usb_debug_root; | ||
1563 | |||
1561 | #endif /* __KERNEL__ */ | 1564 | #endif /* __KERNEL__ */ |
1562 | 1565 | ||
1563 | #endif | 1566 | #endif |