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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to