Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NET: ns83820.c remove fastcall macro

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

+4 -5
+4 -5
drivers/net/ns83820.c
··· 611 611 return i ? 0 : -ENOMEM; 612 612 } 613 613 614 - static void rx_refill_atomic(struct net_device *ndev); 615 - static void fastcall rx_refill_atomic(struct net_device *ndev) 614 + static void rx_refill_atomic(struct net_device *ndev) 616 615 { 617 616 rx_refill(ndev, GFP_ATOMIC); 618 617 } ··· 632 633 build_rx_desc(dev, dev->rx_info.descs + (DESC_SIZE * i), 0, 0, CMDSTS_OWN, 0); 633 634 } 634 635 635 - static void fastcall phy_intr(struct net_device *ndev) 636 + static void phy_intr(struct net_device *ndev) 636 637 { 637 638 struct ns83820 *dev = PRIV(ndev); 638 639 static const char *speeds[] = { "10", "100", "1000", "1000(?)", "1000F" }; ··· 830 831 } 831 832 } 832 833 833 - static void fastcall ns83820_rx_kick(struct net_device *ndev) 834 + static void ns83820_rx_kick(struct net_device *ndev) 834 835 { 835 836 struct ns83820 *dev = PRIV(ndev); 836 837 /*if (nr_rx_empty(dev) >= NR_RX_DESC/4)*/ { ··· 851 852 /* rx_irq 852 853 * 853 854 */ 854 - static void fastcall rx_irq(struct net_device *ndev) 855 + static void rx_irq(struct net_device *ndev) 855 856 { 856 857 struct ns83820 *dev = PRIV(ndev); 857 858 struct rx_info *info = &dev->rx_info;