summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/files/drivers/usb/host/adm5120.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-11-12 13:55:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-11-12 13:55:06 +0000
commitc80fbd4dc96eb42b0621cc8a69247720f7458a8a (patch)
treec2f07fdc1878aaa3b659ad9d3db9fa7ad9fdf3b4 /target/linux/adm5120/files/drivers/usb/host/adm5120.h
parent2e0b2d53d70508ab36da94a2dfeade4dc5aa2cd6 (diff)
downloadmtk-20170518-c80fbd4dc96eb42b0621cc8a69247720f7458a8a.zip
mtk-20170518-c80fbd4dc96eb42b0621cc8a69247720f7458a8a.tar.gz
mtk-20170518-c80fbd4dc96eb42b0621cc8a69247720f7458a8a.tar.bz2
USB driver cleanups, no it is still not finished
SVN-Revision: 9543
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120.h')
-rw-r--r--target/linux/adm5120/files/drivers/usb/host/adm5120.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120.h b/target/linux/adm5120/files/drivers/usb/host/adm5120.h
index f8b576a..a682856 100644
--- a/target/linux/adm5120/files/drivers/usb/host/adm5120.h
+++ b/target/linux/adm5120/files/drivers/usb/host/adm5120.h
@@ -143,7 +143,6 @@ struct td {
/* rest are purely for the driver's use */
__u8 index;
-/* struct ed *ed;*/
struct urb *urb;
dma_addr_t td_dma; /* addr of this TD */
@@ -445,7 +444,7 @@ static inline struct usb_hcd *admhcd_to_hcd(const struct admhcd *ahcd)
#define admhc_err(ahcd, fmt, args...) \
printk(KERN_ERR "adm5120-hcd: " fmt , ## args )
-#define ahcd_info(ahcd, fmt, args...) \
+#define admhc_info(ahcd, fmt, args...) \
printk(KERN_INFO "adm5120-hcd: " fmt , ## args )
#define admhc_warn(ahcd, fmt, args...) \
printk(KERN_WARNING "adm5120-hcd: " fmt , ## args )