Blame view

drivers/bcma/driver_gmac_cmn.c 265 Bytes
e1ac4b409   Rafał Miłecki   bcma: add trivial...
1
2
3
4
5
6
7
8
9
  /*
   * 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>
0f58a01dd   Greg Kroah-Hartman   Drivers: bcma: re...
10
  void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
e1ac4b409   Rafał Miłecki   bcma: add trivial...
11
12
13
  {
  	mutex_init(&gc->phy_mutex);
  }