driver_gmac_cmn.c 265 B

1234567891011121314
  1. /*
  2. * Broadcom specific AMBA
  3. * GBIT MAC COMMON Core
  4. *
  5. * Licensed under the GNU/GPL. See COPYING for details.
  6. */
  7. #include "bcma_private.h"
  8. #include <linux/bcma/bcma.h>
  9. void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
  10. {
  11. mutex_init(&gc->phy_mutex);
  12. }