Module Name: src
Committed By: kiyohara
Date: Thu Sep 23 07:01:42 UTC 2010
Modified Files:
src/sys/arch/evbarm/gumstix: gumstix_machdep.c
Log Message:
Remove #ifdef NPRCM. Always include omap2_prcm.h.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/gumstix/gumstix_machdep.c
diff -u src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.33 src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.34
--- src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.33 Thu Sep 23 06:54:46 2010
+++ src/sys/arch/evbarm/gumstix/gumstix_machdep.c Thu Sep 23 07:01:41 2010
@@ -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>