svn commit: r352333 - head/sys/arm/ti/am335x
Ian Lepore
ian at FreeBSD.org
Sat Sep 14 18:20:15 UTC 2019
Author: ian
Date: Sat Sep 14 18:20:14 2019
New Revision: 352333
URL: https://svnweb.freebsd.org/changeset/base/352333
Log:
Include <lock.h>, required to use spinlocks in this code.
Modified:
head/sys/arm/ti/am335x/am335x_dmtpps.c
Modified: head/sys/arm/ti/am335x/am335x_dmtpps.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_dmtpps.c Sat Sep 14 14:26:30 2019 (r352332)
+++ head/sys/arm/ti/am335x/am335x_dmtpps.c Sat Sep 14 18:20:14 2019 (r352333)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/kernel.h>
+#include <sys/lock.h>
#include <sys/module.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
More information about the svn-src-all
mailing list