Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/imx struct device * -> device_t



details:   https://anonhg.NetBSD.org/src/rev/55447507f8b1
branches:  trunk
changeset: 329055:55447507f8b1
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Fri May 02 03:05:41 2014 +0000

description:
struct device * -> device_t

diffstat:

 sys/arch/arm/imx/imxwdog.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 624083b3f12d -r 55447507f8b1 sys/arch/arm/imx/imxwdog.c
--- a/sys/arch/arm/imx/imxwdog.c        Thu May 01 18:43:45 2014 +0000
+++ b/sys/arch/arm/imx/imxwdog.c        Fri May 02 03:05:41 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imxwdog.c,v 1.1 2014/03/22 04:55:00 hkenken Exp $      */
+/*     $NetBSD: imxwdog.c,v 1.2 2014/05/02 03:05:41 hkenken Exp $      */
 
 /*
  * Copyright (c) 2010  Genetec Corporation.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imxwdog.c,v 1.1 2014/03/22 04:55:00 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imxwdog.c,v 1.2 2014/05/02 03:05:41 hkenken Exp $");
 
 #include "opt_imx.h"
 
@@ -131,7 +131,7 @@
 }
 
 void
-wdog_attach_common(struct device *parent, struct device *self,
+wdog_attach_common(device_t parent, device_t self,
     bus_space_tag_t iot, paddr_t addr, size_t size, int irq)
 {
        struct wdog_softc *sc = device_private(self);



Home | Main Index | Thread Index | Old Index