Module Name: src
Committed By: jmcneill
Date: Sat Oct 17 15:57:33 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/linux: linux_work.c
Log Message:
include sys/cpu.h for CPU_INFO_ITERATOR
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/linux/linux_work.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/linux/linux_work.c
diff -u src/sys/external/bsd/drm2/linux/linux_work.c:1.10 src/sys/external/bsd/drm2/linux/linux_work.c:1.11
--- src/sys/external/bsd/drm2/linux/linux_work.c:1.10 Thu Jan 1 01:15:43 2015
+++ src/sys/external/bsd/drm2/linux/linux_work.c Sat Oct 17 15:57:32 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_work.c,v 1.10 2015/01/01 01:15:43 mrg Exp $ */
+/* $NetBSD: linux_work.c,v 1.11 2015/10/17 15:57:32 jmcneill Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.10 2015/01/01 01:15:43 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.11 2015/10/17 15:57:32 jmcneill Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -44,6 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_work.c
#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/workqueue.h>
+#include <sys/cpu.h>
#include <machine/lock.h>