Title: [9269] trunk/drivers/net/bfin_mac.c: netdev: bfin_mac: mark setup_system_regs as static
Revision
9269
Author
vapier
Date
2010-10-21 18:47:11 -0400 (Thu, 21 Oct 2010)

Log Message

netdev: bfin_mac: mark setup_system_regs as static

No need for this to be exported since it is only used in this driver.

Modified Paths

Diff

Modified: trunk/drivers/net/bfin_mac.c (9268 => 9269)


--- trunk/drivers/net/bfin_mac.c	2010-10-21 22:46:49 UTC (rev 9268)
+++ trunk/drivers/net/bfin_mac.c	2010-10-21 22:47:11 UTC (rev 9269)
@@ -557,7 +557,7 @@
 };
 
 /**************************************************************************/
-void setup_system_regs(struct net_device *dev)
+static void setup_system_regs(struct net_device *dev)
 {
 	struct bfin_mac_local *lp = netdev_priv(dev);
 	int i;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to