Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/omap Fix build.



details:   https://anonhg.NetBSD.org/src/rev/2d973df3a62d
branches:  trunk
changeset: 759774:2d973df3a62d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 16 13:02:51 2010 +0000

description:
Fix build.

diffstat:

 sys/arch/arm/omap/omap5912_intr.c |  5 +++--
 sys/arch/arm/omap/omap_intr.c     |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 9315475c0e8e -r 2d973df3a62d sys/arch/arm/omap/omap5912_intr.c
--- a/sys/arch/arm/omap/omap5912_intr.c Thu Dec 16 12:49:19 2010 +0000
+++ b/sys/arch/arm/omap/omap5912_intr.c Thu Dec 16 13:02:51 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap5912_intr.c,v 1.2 2008/11/21 17:13:07 matt Exp $   */
+/*     $NetBSD: omap5912_intr.c,v 1.3 2010/12/16 13:02:51 uebayasi Exp $       */
 
 /*
  * IRQ data specific to the Texas Instruments OMAP5912 processor.
@@ -27,11 +27,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap5912_intr.c,v 1.2 2008/11/21 17:13:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap5912_intr.c,v 1.3 2010/12/16 13:02:51 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
+#include <sys/device.h>
 
 #include <machine/bus.h>
 #include <machine/intr.h>
diff -r 9315475c0e8e -r 2d973df3a62d sys/arch/arm/omap/omap_intr.c
--- a/sys/arch/arm/omap/omap_intr.c     Thu Dec 16 12:49:19 2010 +0000
+++ b/sys/arch/arm/omap/omap_intr.c     Thu Dec 16 13:02:51 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap_intr.c,v 1.6 2008/11/21 17:13:07 matt Exp $       */
+/*     $NetBSD: omap_intr.c,v 1.7 2010/12/16 13:02:51 uebayasi Exp $   */
 
 /*
  * Based on arch/arm/xscale/pxa2x0_intr.c
@@ -42,11 +42,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap_intr.c,v 1.6 2008/11/21 17:13:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap_intr.c,v 1.7 2010/12/16 13:02:51 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
+#include <sys/device.h>
 
 #include <machine/bus.h>
 #include <machine/intr.h>



Home | Main Index | Thread Index | Old Index