]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/bcma/driver_gmac_cmn.c
Merge commit '6bb27d7349db51b50c40534710fe164ca0d58902' into omap-timer-for-v3.10
[karo-tx-linux.git] / drivers / bcma / driver_gmac_cmn.c
1 /*
2  * Broadcom specific AMBA
3  * GBIT MAC COMMON Core
4  *
5  * Licensed under the GNU/GPL. See COPYING for details.
6  */
7
8 #include "bcma_private.h"
9 #include <linux/bcma/bcma.h>
10
11 void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
12 {
13         mutex_init(&gc->phy_mutex);
14 }