Greg:

This patch replaces an old, leftover CONFIG_PROC_FS with CONFIG_DEBUG_FS
in the UHCI driver, as requested by Randy Dunlap.

Alan Stern



Signed-off-by: Alan Stern <[EMAIL PROTECTED]>

===== drivers/usb/host/uhci-debug.c 1.30 vs edited =====
--- 1.30/drivers/usb/host/uhci-debug.c  2005-01-18 15:22:43 -05:00
+++ edited/drivers/usb/host/uhci-debug.c        2005-01-25 12:46:23 -05:00
@@ -194,7 +194,7 @@
          out += sprintf(out, "- Frame %d\n", i); \
        }
 
-#ifdef CONFIG_PROC_FS
+#ifdef CONFIG_DEBUG_FS
 static const char *qh_names[] = {
   "skel_int128_qh", "skel_int64_qh",
   "skel_int32_qh", "skel_int16_qh",



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to