more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]

SVN-Revision: 9530
This commit is contained in:
Gabor Juhos
2007-11-10 19:20:47 +00:00
parent 658fcd6cf3
commit 98f43a2494
6 changed files with 226 additions and 159 deletions

View File

@@ -22,7 +22,7 @@
#include <linux/signal.h>
#include <asm/bootinfo.h>
#include <asm/mach-adm5120/adm5120_defs.h>
#include <adm5120_defs.h>
#ifdef DEBUG
#define HCD_DBG(f, a...) printk(KERN_DEBUG "%s: " f, hcd_name, ## a)