diff options
| author | Michal Simek <monstr@monstr.eu> | 2011-08-25 12:27:04 +0200 | 
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2011-10-03 08:04:13 +0200 | 
| commit | be986967419ffdd9528e5d53271a5c2220c1d878 (patch) | |
| tree | 89d464eb9aa821325e17dd79a838946dfdac8365 /drivers/net/xilinx_emaclite.c | |
| parent | 25a025518b7034e43c420d2cfec83a9eab7f70bb (diff) | |
| download | olio-uboot-2014.01-be986967419ffdd9528e5d53271a5c2220c1d878.tar.xz olio-uboot-2014.01-be986967419ffdd9528e5d53271a5c2220c1d878.zip | |
net: emaclite: Remove deviceid property
Cleanup structure.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/net/xilinx_emaclite.c')
| -rw-r--r-- | drivers/net/xilinx_emaclite.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c index 8d170a31a..2a5c5e16f 100644 --- a/drivers/net/xilinx_emaclite.c +++ b/drivers/net/xilinx_emaclite.c @@ -67,7 +67,6 @@ typedef struct {  	u32 baseaddress;	/* Base address for device (IPIF) */  	u32 nexttxbuffertouse;	/* Next TX buffer to write to */  	u32 nextrxbuffertouse;	/* Next RX buffer to read from */ -	uchar deviceid;		/* Unique ID of device - for future */  } xemaclite;  static xemaclite emaclite; |