Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Broadcom specific AMBA
0003  * GBIT MAC COMMON Core
0004  *
0005  * Licensed under the GNU/GPL. See COPYING for details.
0006  */
0007 
0008 #include "bcma_private.h"
0009 #include <linux/bcma/bcma.h>
0010 
0011 void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
0012 {
0013     mutex_init(&gc->phy_mutex);
0014 }