]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/de600.h
hwmon: (adt7473) Fix voltage conversion routines
[linux-2.6-omap-h63xx.git] / drivers / net / de600.h
index e4073015dcd80a540937616555d306708f4a450c..e80ecbabcf4e32d4c6a0538c96a2efbce77ad544 100644 (file)
@@ -121,11 +121,10 @@ static u8 de600_read_byte(unsigned char type, struct net_device *dev);
 /* Put in the device structure. */
 static int     de600_open(struct net_device *dev);
 static int     de600_close(struct net_device *dev);
-static struct net_device_stats *get_stats(struct net_device *dev);
 static int     de600_start_xmit(struct sk_buff *skb, struct net_device *dev);
 
 /* Dispatch from interrupts. */
-static irqreturn_t de600_interrupt(int irq, void *dev_id, struct pt_regs *regs);
+static irqreturn_t de600_interrupt(int irq, void *dev_id);
 static int     de600_tx_intr(struct net_device *dev, int irq_status);
 static void    de600_rx_intr(struct net_device *dev);