X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fusb_ether.h;h=7c7aecb30574d4536915f20f262a858470160421;hb=b04eb342af72d5dbcc29ccd7f3f9475044113361;hp=a7fb26bf7c121a350054839e1824764ff195d304;hpb=bd061a5214e60c9d1bb24393933323bd1a2dae19;p=u-boot diff --git a/include/usb_ether.h b/include/usb_ether.h index a7fb26bf7c..7c7aecb305 100644 --- a/include/usb_ether.h +++ b/include/usb_ether.h @@ -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; }; /*