svn commit: r257157 - head/sys/dev/uart

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Oct 26 13:18:40 UTC 2013


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>


More information about the svn-src-all mailing list