Explorar o código

net: emaclite: Remove deviceid property

Cleanup structure.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=13) %!d(string=hai) anos
pai
achega
be98696741
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/net/xilinx_emaclite.c

+ 0 - 1
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;