Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c Add required dependency on i2cexec
details: https://anonhg.NetBSD.org/src/rev/7fde71267aaf
branches: trunk
changeset: 337404:7fde71267aaf
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Apr 13 22:26:20 2015 +0000
description:
Add required dependency on i2cexec
diffstat:
sys/dev/i2c/i2c.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 777ff041cb1f -r 7fde71267aaf sys/dev/i2c/i2c.c
--- a/sys/dev/i2c/i2c.c Mon Apr 13 22:24:34 2015 +0000
+++ b/sys/dev/i2c/i2c.c Mon Apr 13 22:26:20 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i2c.c,v 1.48 2015/04/04 15:16:54 christos Exp $ */
+/* $NetBSD: i2c.c,v 1.49 2015/04/13 22:26:20 pgoyette Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i2c.c,v 1.48 2015/04/04 15:16:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i2c.c,v 1.49 2015/04/13 22:26:20 pgoyette Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -573,7 +573,7 @@
CFATTACH_DECL2_NEW(iic, sizeof(struct iic_softc),
iic_match, iic_attach, iic_detach, NULL, iic_rescan, iic_child_detach);
-MODULE(MODULE_CLASS_DRIVER, iic, NULL);
+MODULE(MODULE_CLASS_DRIVER, iic, "i2cexec");
#ifdef _MODULE
#include "ioconf.c"
Home |
Main Index |
Thread Index |
Old Index