mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 03:58:47 +01:00
net: emaclite: Remove deviceid property
Cleanup structure. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
25a025518b
commit
be98696741
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue