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 Remove omapmputmr0 at critical_devs[].
details: https://anonhg.NetBSD.org/src/rev/c491ed494ecd
branches: trunk
changeset: 757550:c491ed494ecd
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Sep 04 14:22:28 2010 +0000
description:
Remove omapmputmr0 at critical_devs[].
It is not necessary since omap2_mputmr.c,v1.3.
diffstat:
sys/arch/arm/omap/omap2_obio.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r e10b2275b854 -r c491ed494ecd sys/arch/arm/omap/omap2_obio.c
--- a/sys/arch/arm/omap/omap2_obio.c Sat Sep 04 12:17:58 2010 +0000
+++ b/sys/arch/arm/omap/omap2_obio.c Sat Sep 04 14:22:28 2010 +0000
@@ -1,7 +1,7 @@
-/* $Id: omap2_obio.c,v 1.10 2010/07/10 08:48:47 kiyohara Exp $ */
+/* $Id: omap2_obio.c,v 1.11 2010/09/04 14:22:28 kiyohara Exp $ */
/* adapted from: */
-/* $NetBSD: omap2_obio.c,v 1.10 2010/07/10 08:48:47 kiyohara Exp $ */
+/* $NetBSD: omap2_obio.c,v 1.11 2010/09/04 14:22:28 kiyohara Exp $ */
/*
@@ -103,7 +103,7 @@
#include "opt_omap.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.10 2010/07/10 08:48:47 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.11 2010/09/04 14:22:28 kiyohara Exp $");
#include "locators.h"
#include "obio.h"
@@ -359,7 +359,6 @@
#if 0
{ .name = "dmac", .addr = DMAC_BASE, .required = true },
#endif
- { .name = "omapmputmr0", .addr = GPT2_BASE, .required = true },
};
static void
Home |
Main Index |
Thread Index |
Old Index