Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 09:50:22 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281106 - head/sys/arm/include
Message-ID:  <201504050950.t359oM18028381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sun Apr  5 09:50:22 2015
New Revision: 281106
URL: https://svnweb.freebsd.org/changeset/base/281106

Log:
  dev/ofw/openfirm.h is not needed in the arm machine/fdt.h

Modified:
  head/sys/arm/include/fdt.h

Modified: head/sys/arm/include/fdt.h
==============================================================================
--- head/sys/arm/include/fdt.h	Sun Apr  5 06:54:28 2015	(r281105)
+++ head/sys/arm/include/fdt.h	Sun Apr  5 09:50:22 2015	(r281106)
@@ -32,8 +32,6 @@
 #ifndef _MACHINE_FDT_H_
 #define _MACHINE_FDT_H_
 
-#include <dev/ofw/openfirm.h>
-
 #include <machine/bus.h>
 
 /* Max interrupt number */



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