diff options
Diffstat (limited to 'drivers/net/cris/eth_v10.c')
| -rw-r--r-- | drivers/net/cris/eth_v10.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index f1501b6f247e..966b563e42bb 100644 --- a/drivers/net/cris/eth_v10.c +++ b/drivers/net/cris/eth_v10.c | |||
| @@ -403,8 +403,8 @@ static int etrax_ethernet_init(void); | |||
| 403 | static int e100_open(struct net_device *dev); | 403 | static int e100_open(struct net_device *dev); |
| 404 | static int e100_set_mac_address(struct net_device *dev, void *addr); | 404 | static int e100_set_mac_address(struct net_device *dev, void *addr); |
| 405 | static int e100_send_packet(struct sk_buff *skb, struct net_device *dev); | 405 | static int e100_send_packet(struct sk_buff *skb, struct net_device *dev); |
| 406 | static irqreturn_t e100rxtx_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 406 | static irqreturn_t e100rxtx_interrupt(int irq, void *dev_id); |
| 407 | static irqreturn_t e100nw_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 407 | static irqreturn_t e100nw_interrupt(int irq, void *dev_id); |
| 408 | static void e100_rx(struct net_device *dev); | 408 | static void e100_rx(struct net_device *dev); |
| 409 | static int e100_close(struct net_device *dev); | 409 | static int e100_close(struct net_device *dev); |
| 410 | static int e100_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); | 410 | static int e100_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); |
| @@ -1197,7 +1197,7 @@ e100_send_packet(struct sk_buff *skb, struct net_device *dev) | |||
| 1197 | */ | 1197 | */ |
| 1198 | 1198 | ||
| 1199 | static irqreturn_t | 1199 | static irqreturn_t |
| 1200 | e100rxtx_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 1200 | e100rxtx_interrupt(int irq, void *dev_id) |
| 1201 | { | 1201 | { |
| 1202 | struct net_device *dev = (struct net_device *)dev_id; | 1202 | struct net_device *dev = (struct net_device *)dev_id; |
| 1203 | struct net_local *np = (struct net_local *)dev->priv; | 1203 | struct net_local *np = (struct net_local *)dev->priv; |
| @@ -1264,7 +1264,7 @@ e100rxtx_interrupt(int irq, void *dev_id, struct pt_regs * regs) | |||
| 1264 | } | 1264 | } |
| 1265 | 1265 | ||
| 1266 | static irqreturn_t | 1266 | static irqreturn_t |
| 1267 | e100nw_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 1267 | e100nw_interrupt(int irq, void *dev_id) |
| 1268 | { | 1268 | { |
| 1269 | struct net_device *dev = (struct net_device *)dev_id; | 1269 | struct net_device *dev = (struct net_device *)dev_id; |
| 1270 | struct net_local *np = (struct net_local *)dev->priv; | 1270 | struct net_local *np = (struct net_local *)dev->priv; |
