svn commit: r242067 - head/sys/arm/ti/cpsw

Tim Kientzle kientzle at FreeBSD.org
Thu Oct 25 04:33:48 UTC 2012


Author: kientzle
Date: Thu Oct 25 04:33:47 2012
New Revision: 242067
URL: http://svn.freebsd.org/changeset/base/242067

Log:
  Refer to headers locally.  This makes it a lot easier
  to build this driver out-of-tree.

Modified:
  head/sys/arm/ti/cpsw/if_cpsw.c

Modified: head/sys/arm/ti/cpsw/if_cpsw.c
==============================================================================
--- head/sys/arm/ti/cpsw/if_cpsw.c	Thu Oct 25 04:30:48 2012	(r242066)
+++ head/sys/arm/ti/cpsw/if_cpsw.c	Thu Oct 25 04:33:47 2012	(r242067)
@@ -69,8 +69,8 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>
 
-#include <arm/ti/cpsw/if_cpswreg.h>
-#include <arm/ti/cpsw/if_cpswvar.h>
+#include "if_cpswreg.h"
+#include "if_cpswvar.h"
  
 #include <arm/ti/ti_scm.h>
 


More information about the svn-src-head mailing list