am79c961a: Use net_device_stats from struct net_device
[deliverable/linux.git] / drivers / net / arm / am79c961a.h
index 1e9b05050cbe90d4c8dbb4b1f6c3cebde80bbb51..fd634d32756bddcfcbe7b1d79f1b1b3105d32162 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/drivers/net/am79c961.h
+ * linux/drivers/net/arm/am79c961a.h
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
 #define ISALED0_LNKST  0x8000
 
 struct dev_priv {
-    struct net_device_stats stats;
     unsigned long      rxbuffer[RX_BUFFERS];
     unsigned long      txbuffer[TX_BUFFERS];
     unsigned char      txhead;
@@ -143,6 +142,4 @@ struct dev_priv {
     struct timer_list  timer;
 };
 
-extern int     am79c961_probe (struct net_device *dev);
-
 #endif
This page took 0.026323 seconds and 5 git commands to generate.