From ebde8b5e81ff96dc5a76ca927d39db7db5f62c87 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 24 Oct 2008 05:39:00 +0000 Subject: [PATCH] Make this generate less errors when compiling. :) --- sys/arch/arm/omap/obio_ohci.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/arm/omap/obio_ohci.c b/sys/arch/arm/omap/obio_ohci.c index 555e6384a234..96f1e6135e36 100644 --- a/sys/arch/arm/omap/obio_ohci.c +++ b/sys/arch/arm/omap/obio_ohci.c @@ -1,7 +1,7 @@ -/* $Id: obio_ohci.c,v 1.2 2008/04/27 18:58:45 matt Exp $ */ +/* $Id: obio_ohci.c,v 1.3 2008/10/24 05:39:00 matt Exp $ */ /* adapted from: */ -/* $NetBSD: obio_ohci.c,v 1.2 2008/04/27 18:58:45 matt Exp $ */ +/* $NetBSD: obio_ohci.c,v 1.3 2008/10/24 05:39:00 matt Exp $ */ /* $OpenBSD: pxa2x0_ohci.c,v 1.19 2005/04/08 02:32:54 dlg Exp $ */ /* @@ -23,7 +23,7 @@ #include "opt_omap.h" #include -__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.2 2008/04/27 18:58:45 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.3 2008/10/24 05:39:00 matt Exp $"); #include #include @@ -41,8 +41,8 @@ __KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.2 2008/04/27 18:58:45 matt Exp $"); #include #include -#include -#include +#include +#include struct obioohci_softc { @@ -134,7 +134,7 @@ obioohci_attach(struct device *parent, struct device *self, void *aux) sc->sc_ih = obioohci_fake_intr_establish(ohci_intr, &sc->sc); #endif - strlcpy(sc->sc.sc_vendor, "OMAP2430", sizeof(sc->sc.sc_vendor)); + strlcpy(sc->sc.sc_vendor, "OMAP2", sizeof(sc->sc.sc_vendor)); r = ohci_init(&sc->sc); if (r != USBD_NORMAL_COMPLETION) { aprint_error("%s: init failed, error=%d\n",