]> git.sur5r.net Git - u-boot/commitdiff
net: emaclite: Remove deviceid property
authorMichal Simek <monstr@monstr.eu>
Thu, 25 Aug 2011 10:27:04 +0000 (12:27 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 3 Oct 2011 06:04:13 +0000 (08:04 +0200)
Cleanup structure.

Signed-off-by: Michal Simek <monstr@monstr.eu>
drivers/net/xilinx_emaclite.c

index 8d170a31ac5cbb153157279d8a47bdd31cc77588..2a5c5e16f584c893b9d398a438cce34d788298d7 100644 (file)
@@ -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;