Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 18:20:14 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352333 - head/sys/arm/ti/am335x
Message-ID:  <201909141820.x8EIKEve007481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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