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 GPIO register definitions are now in imxgpi...
details: https://anonhg.NetBSD.org/src/rev/17f33c80d1d1
branches: trunk
changeset: 758783:17f33c80d1d1
user: bsh <bsh%NetBSD.org@localhost>
date: Mon Nov 15 18:18:39 2010 +0000
description:
GPIO register definitions are now in imxgpioreg.h to share them with
imx51
diffstat:
sys/arch/arm/imx/imx31_gpio.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a5e7de291236 -r 17f33c80d1d1 sys/arch/arm/imx/imx31_gpio.c
--- a/sys/arch/arm/imx/imx31_gpio.c Mon Nov 15 15:23:32 2010 +0000
+++ b/sys/arch/arm/imx/imx31_gpio.c Mon Nov 15 18:18:39 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx31_gpio.c,v 1.4 2008/11/19 06:28:14 matt Exp $ */
+/* $NetBSD: imx31_gpio.c,v 1.5 2010/11/15 18:18:39 bsh Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,7 +28,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx31_gpio.c,v 1.4 2008/11/19 06:28:14 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx31_gpio.c,v 1.5 2010/11/15 18:18:39 bsh Exp $");
#define _INTR_PRIVATE
@@ -51,6 +51,7 @@
#include <arm/imx/imx31reg.h>
#include <arm/imx/imx31var.h>
+#include <arm/imx/imxgpioreg.h>
#include <arm/pic/picvar.h>
#if NGPIO > 0
Home |
Main Index |
Thread Index |
Old Index