2012-07-11 15:23:43 +08:00
|
|
|
/*
|
|
|
|
* Broadcom specific AMBA
|
|
|
|
* GBIT MAC COMMON Core
|
|
|
|
*
|
|
|
|
* Licensed under the GNU/GPL. See COPYING for details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "bcma_private.h"
|
|
|
|
#include <linux/bcma/bcma.h>
|
|
|
|
|
2012-12-22 07:12:59 +08:00
|
|
|
void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
|
2012-07-11 15:23:43 +08:00
|
|
|
{
|
|
|
|
mutex_init(&gc->phy_mutex);
|
|
|
|
}
|