compile again.

This commit is contained in:
nonaka 2006-12-18 15:32:10 +00:00
parent 751c643773
commit 964e61ba35
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.4 2005/12/11 12:17:08 christos Exp $ */
/* $NetBSD: obio.c,v 1.5 2006/12/18 15:32:10 nonaka Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec corp. All rights reserved.
@ -42,6 +42,7 @@
#include <arm/cpufunc.h>
#include <arm/mainbus/mainbus.h>
#include <arm/xscale/pxa2x0cpu.h>
#include <arm/xscale/pxa2x0reg.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0_gpio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sacc_obio.c,v 1.5 2005/12/11 12:17:09 christos Exp $ */
/* $NetBSD: sacc_obio.c,v 1.6 2006/12/18 15:32:10 nonaka Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.5 2005/12/11 12:17:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.6 2006/12/18 15:32:10 nonaka Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -63,6 +63,7 @@ __KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.5 2005/12/11 12:17:09 christos Exp $
#include <arm/sa11x0/sa1111_reg.h>
#include <arm/sa11x0/sa1111_var.h>
#include <arm/xscale/pxa2x0cpu.h>
#include <arm/xscale/pxa2x0reg.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0_gpio.h>