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

Signed-off-by: Michal Simek <[email protected]>
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;
This page took 0.04034 seconds and 4 git commands to generate.