svn commit: r305141 - head/sys/arm/ti/am335x

Luiz Otavio O Souza loos at FreeBSD.org
Wed Aug 31 18:35:42 UTC 2016


Author: loos
Date: Wed Aug 31 18:35:41 2016
New Revision: 305141
URL: https://svnweb.freebsd.org/changeset/base/305141

Log:
  Fix the build.
  
  Works better when the file with the #define is actually included...

Modified:
  head/sys/arm/ti/am335x/am335x_prcm.c

Modified: head/sys/arm/ti/am335x/am335x_prcm.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_prcm.c	Wed Aug 31 18:33:15 2016	(r305140)
+++ head/sys/arm/ti/am335x/am335x_prcm.c	Wed Aug 31 18:35:41 2016	(r305141)
@@ -52,6 +52,8 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/bus.h>
 
+#include "am335x_scm.h"
+
 #define CM_PER				0
 #define CM_PER_L4LS_CLKSTCTRL		(CM_PER + 0x000)
 #define CM_PER_L3S_CLKSTCTRL		(CM_PER + 0x004)


More information about the svn-src-head mailing list