Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 13:18:40 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257157 - head/sys/dev/uart
Message-ID:  <201310261318.r9QDIenX072876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Oct 26 13:18:39 2013
New Revision: 257157
URL: http://svnweb.freebsd.org/changeset/base/257157

Log:
  machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to
  Alan Cox for pointing this out.

Modified:
  head/sys/dev/uart/uart_cpu_fdt.c

Modified: head/sys/dev/uart/uart_cpu_fdt.c
==============================================================================
--- head/sys/dev/uart/uart_cpu_fdt.c	Sat Oct 26 11:56:51 2013	(r257156)
+++ head/sys/dev/uart/uart_cpu_fdt.c	Sat Oct 26 13:18:39 2013	(r257157)
@@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
 
 #include <vm/vm.h>
 #include <vm/pmap.h>
-#include <machine/pmap.h>
 
 #include <machine/bus.h>
 #include <machine/fdt.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261318.r9QDIenX072876>