Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 21:29:30 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262194 - head/sys/dev/gpio
Message-ID:  <201402182129.s1ILTU5b056944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Tue Feb 18 21:29:30 2014
New Revision: 262194
URL: http://svnweb.freebsd.org/changeset/base/262194

Log:
  Remove an unnecessary header.
  
  Reported by:	nwhitehorn
  Approved by:	adrian (mentor, implicit)

Modified:
  head/sys/dev/gpio/ofw_gpiobus.c

Modified: head/sys/dev/gpio/ofw_gpiobus.c
==============================================================================
--- head/sys/dev/gpio/ofw_gpiobus.c	Tue Feb 18 20:31:51 2014	(r262193)
+++ head/sys/dev/gpio/ofw_gpiobus.c	Tue Feb 18 21:29:30 2014	(r262194)
@@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/module.h>
 #include <sys/mutex.h>
 
-#include <dev/fdt/fdt_common.h>
 #include <dev/gpio/gpiobusvar.h>
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/openfirm.h>



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