diff options
| author | Tom Rini <trini@ti.com> | 2012-09-27 12:06:07 -0700 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-09-27 12:06:07 -0700 | 
| commit | cec2655c3b3b86f14a6a5c2cbb01833f7e3974be (patch) | |
| tree | 8428f50b579b3656fd24056ae3c6304f58aee620 /include/usb_ether.h | |
| parent | c57b953da923c6402afc1c890c21fdc7d5a2cc4a (diff) | |
| parent | ee0f60df0b71092cd632fc6651f4157a2d252598 (diff) | |
| download | olio-uboot-2014.01-cec2655c3b3b86f14a6a5c2cbb01833f7e3974be.tar.xz olio-uboot-2014.01-cec2655c3b3b86f14a6a5c2cbb01833f7e3974be.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/usb_ether.h')
| -rw-r--r-- | include/usb_ether.h | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/include/usb_ether.h b/include/usb_ether.h index a7fb26bf7..7c7aecb30 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;  };  /* |