Revision eb3e8d9de28a5385f75e5c42eba5fb5b0c7625be authored by Linus Torvalds on 24 December 2016, 00:51:16 UTC, committed by Linus Torvalds on 24 December 2016, 00:51:16 UTC
Pull timer fix from Ingo Molnar:
 "ARM/MOXA SoC clocksource driver fixes"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/moxart: Plug memory and mapping leaks
2 parent s 00198da + c9435f3
Raw File
driver_gmac_cmn.c
/*
 * 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>

void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
{
	mutex_init(&gc->phy_mutex);
}
back to top