Rafał Miłecki | e1ac4b4 | 2012-07-11 09:23:43 +0200 | [diff] [blame] | 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 | |||||
Greg Kroah-Hartman | 0f58a01 | 2012-12-21 15:12:59 -0800 | [diff] [blame] | 11 | void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc) |
Rafał Miłecki | e1ac4b4 | 2012-07-11 09:23:43 +0200 | [diff] [blame] | 12 | { |
13 | mutex_init(&gc->phy_mutex); | ||||
14 | } |