git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a0255
)
net: emaclite: Remove deviceid property
author
Michal Simek
<monstr@monstr.eu>
Thu, 25 Aug 2011 10:27:04 +0000
(12:27 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/drivers/net/xilinx_emaclite.c
b/drivers/net/xilinx_emaclite.c
index
8d170a3
..
2a5c5e1
100644
(file)
--- 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;