diff --git a/sys/arch/arm/marvell/mvsoctmr.c b/sys/arch/arm/marvell/mvsoctmr.c index 933f57bbc64b..99361f2a9d88 100644 --- a/sys/arch/arm/marvell/mvsoctmr.c +++ b/sys/arch/arm/marvell/mvsoctmr.c @@ -1,4 +1,4 @@ -/* $NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $ */ +/* $NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $ */ /* * Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi * All rights reserved. @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $"); #include "opt_ddb.h" #include "opt_mvsoc.h" @@ -134,7 +134,7 @@ mvsoctmr_match(device_t parent, struct cfdata *match, void *aux) static void mvsoctmr_attach(device_t parent, device_t self, void *aux) { - struct mvsoctmr_softc *sc = device_private(self); + struct mvsoctmr_softc *sc = device_private(self); struct marvell_attach_args *mva = aux; uint32_t rstoutn;