Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
driver_gmac_cmn.c
Go to the documentation of this file.
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 
12 {
13  mutex_init(&gc->phy_mutex);
14 }