From e0e9bea68fd71c656ba5d40506356cd00a2f33b9 Mon Sep 17 00:00:00 2001 From: riastradh Date: Mon, 27 Aug 2018 13:33:59 +0000 Subject: Draft implementation of the Linux reservation and fence APIs. --- sys/external/bsd/drm2/linux/linux_module.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/external/bsd/drm2/linux/linux_module.c') diff --git a/sys/external/bsd/drm2/linux/linux_module.c b/sys/external/bsd/drm2/linux/linux_module.c index cccdd98566e..398f6f28c83 100644 --- a/sys/external/bsd/drm2/linux/linux_module.c +++ b/sys/external/bsd/drm2/linux/linux_module.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_module.c,v 1.7 2018/08/27 13:31:37 riastradh Exp $ */ +/* $NetBSD: linux_module.c,v 1.8 2018/08/27 13:33:59 riastradh Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.7 2018/08/27 13:31:37 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.8 2018/08/27 13:33:59 riastradh Exp $"); #include #ifndef _MODULE @@ -42,13 +42,10 @@ __KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.7 2018/08/27 13:31:37 riastradh E #include #include #include -#include #include MODULE(MODULE_CLASS_MISC, drmkms_linux, "i2cexec"); -DEFINE_WW_CLASS(reservation_ww_class __cacheline_aligned); - static int linux_init(void) { -- cgit