]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/usb_ether.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / usb_ether.h
index a7fb26bf7c121a350054839e1824764ff195d304..7c7aecb30574d4536915f20f262a858470160421 100644 (file)
@@ -50,12 +50,8 @@ struct ueth_data {
        unsigned char   protocol;               /* .............. */
        unsigned char   irqinterval;    /* Intervall for IRQ Pipe */
 
-       /* private fields for each driver can go here if needed */
-#ifdef CONFIG_USB_ETHER_SMSC95XX
-       size_t rx_urb_size;  /* maximum USB URB size */
-       u32 mac_cr;  /* MAC control register value */
-       int have_hwaddr;  /* 1 if we have a hardware MAC address */
-#endif
+       /* driver private */
+       void *dev_priv;
 };
 
 /*