Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/gumstix Remove #ifdef NPRCM. Always include...
details: https://anonhg.NetBSD.org/src/rev/6be8b044d9d4
branches: trunk
changeset: 757782:6be8b044d9d4
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Sep 23 07:01:41 2010 +0000
description:
Remove #ifdef NPRCM. Always include omap2_prcm.h.
diffstat:
sys/arch/evbarm/gumstix/gumstix_machdep.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 74269832d426 -r 6be8b044d9d4 sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Thu Sep 23 06:54:46 2010 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Thu Sep 23 07:01:41 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gumstix_machdep.c,v 1.33 2010/09/23 06:54:46 kiyohara Exp $ */
+/* $NetBSD: gumstix_machdep.c,v 1.34 2010/09/23 07:01:41 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -173,9 +173,7 @@
#include <arm/arm32/machdep.h>
#include <arm/omap/omap2_gpmcreg.h>
-#if NPRCM > 0
#include <arm/omap/omap2_prcm.h>
-#endif
#include <arm/omap/omap2_reg.h>
#include <arm/omap/omap_var.h>
#include <arm/omap/omap_com.h>
Home |
Main Index |
Thread Index |
Old Index