Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2 Update module dependencies:
details: https://anonhg.NetBSD.org/src/rev/c7c3b773edec
branches: trunk
changeset: 337402:c7c3b773edec
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Apr 13 22:24:33 2015 +0000
description:
Update module dependencies:
drmkms does not depend on iic
drmkms_linux depends on i2cexec
diffstat:
sys/external/bsd/drm2/drm/drm_module.c | 6 +++---
sys/external/bsd/drm2/linux/linux_module.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r ec9f313f34fc -r c7c3b773edec sys/external/bsd/drm2/drm/drm_module.c
--- a/sys/external/bsd/drm2/drm/drm_module.c Mon Apr 13 22:23:54 2015 +0000
+++ b/sys/external/bsd/drm2/drm/drm_module.c Mon Apr 13 22:24:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_module.c,v 1.10 2015/03/05 17:42:48 riastradh Exp $ */
+/* $NetBSD: drm_module.c,v 1.11 2015/04/13 22:24:34 pgoyette Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_module.c,v 1.10 2015/03/05 17:42:48 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_module.c,v 1.11 2015/04/13 22:24:34 pgoyette Exp $");
#include <sys/types.h>
#include <sys/conf.h>
@@ -51,7 +51,7 @@
/*
* XXX I2C stuff should be moved to a separate drmkms_i2c module.
*/
-MODULE(MODULE_CLASS_DRIVER, drmkms, "iic,drmkms_linux");
+MODULE(MODULE_CLASS_DRIVER, drmkms, "drmkms_linux");
struct mutex drm_global_mutex;
diff -r ec9f313f34fc -r c7c3b773edec sys/external/bsd/drm2/linux/linux_module.c
--- a/sys/external/bsd/drm2/linux/linux_module.c Mon Apr 13 22:23:54 2015 +0000
+++ b/sys/external/bsd/drm2/linux/linux_module.c Mon Apr 13 22:24:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_module.c,v 1.5 2014/11/11 02:37:17 christos Exp $ */
+/* $NetBSD: linux_module.c,v 1.6 2015/04/13 22:24:34 pgoyette Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.5 2014/11/11 02:37:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.6 2015/04/13 22:24:34 pgoyette Exp $");
#include <sys/module.h>
#ifndef _MODULE
@@ -44,7 +44,7 @@
#include <linux/reservation.h>
#include <linux/workqueue.h>
-MODULE(MODULE_CLASS_MISC, drmkms_linux, NULL);
+MODULE(MODULE_CLASS_MISC, drmkms_linux, "i2cexec");
DEFINE_WW_CLASS(reservation_ww_class __cacheline_aligned);
Home |
Main Index |
Thread Index |
Old Index