Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/rpi Remove unnecessary #includE



details:   https://anonhg.NetBSD.org/src/rev/4ff687f51439
branches:  trunk
changeset: 828793:4ff687f51439
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 01 17:03:25 2018 +0000

description:
Remove unnecessary #includE

diffstat:

 sys/arch/evbarm/rpi/vcprop_subr.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5ea9f2352f74 -r 4ff687f51439 sys/arch/evbarm/rpi/vcprop_subr.c
--- a/sys/arch/evbarm/rpi/vcprop_subr.c Mon Jan 01 16:28:14 2018 +0000
+++ b/sys/arch/evbarm/rpi/vcprop_subr.c Mon Jan 01 17:03:25 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vcprop_subr.c,v 1.4 2017/12/10 21:38:27 skrll Exp $    */
+/*     $NetBSD: vcprop_subr.c,v 1.5 2018/01/01 17:03:25 skrll Exp $    */
 
 /*
  * Copyright (c) 2014 Michael Lorenz
@@ -35,8 +35,6 @@
 
 #include <uvm/uvm_extern.h>
 
-#include <arm/arm32/machdep.h>
-
 #include <arm/broadcom/bcm2835reg.h>
 #include <arm/broadcom/bcm2835var.h>
 #include <arm/broadcom/bcm2835_mbox.h>



Home | Main Index | Thread Index | Old Index