Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/dev No need to include sys/simplelock.h here.



details:   https://anonhg.NetBSD.org/src/rev/07cade40b713
branches:  trunk
changeset: 326894:07cade40b713
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 21 16:08:19 2014 +0000

description:
No need to include sys/simplelock.h here.

diffstat:

 sys/arch/evbarm/dev/plcomvar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bff9af7d9bf0 -r 07cade40b713 sys/arch/evbarm/dev/plcomvar.h
--- a/sys/arch/evbarm/dev/plcomvar.h    Fri Feb 21 16:06:48 2014 +0000
+++ b/sys/arch/evbarm/dev/plcomvar.h    Fri Feb 21 16:08:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plcomvar.h,v 1.14 2013/05/01 07:33:24 mlelstv Exp $    */
+/*     $NetBSD: plcomvar.h,v 1.15 2014/02/21 16:08:19 skrll Exp $      */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -42,7 +42,6 @@
 
 #include <sys/callout.h>
 #include <sys/timepps.h>
-#include <sys/simplelock.h>
 
 struct plcom_instance;
 



Home | Main Index | Thread Index | Old Index