Commit 8f9687a1 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jeff Garzik

finally, remove rmem_{start,end} from struct net_device.

one more step closer to killing off ether=
parent 7df8956b
......@@ -246,8 +246,6 @@ struct net_device
* I/O specific fields
* FIXME: Merge these and struct ifmap into one
*/
unsigned long rmem_end; /* shmem "recv" end */
unsigned long rmem_start; /* shmem "recv" start */
unsigned long mem_end; /* shared mem end */
unsigned long mem_start; /* shared mem start */
unsigned long base_addr; /* device I/O address */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment