svn commit: r332046 - head/sys/dev/spibus

Ian Lepore ian at FreeBSD.org
Wed Apr 4 21:19:34 UTC 2018


Author: ian
Date: Wed Apr  4 21:19:33 2018
New Revision: 332046
URL: https://svnweb.freebsd.org/changeset/base/332046

Log:
  Add a missing MODULE_DEPEND().

Modified:
  head/sys/dev/spibus/spigen.c

Modified: head/sys/dev/spibus/spigen.c
==============================================================================
--- head/sys/dev/spibus/spigen.c	Wed Apr  4 21:12:35 2018	(r332045)
+++ head/sys/dev/spibus/spigen.c	Wed Apr  4 21:19:33 2018	(r332046)
@@ -456,3 +456,4 @@ static driver_t spigen_driver = {
 };
 
 DRIVER_MODULE(spigen, spibus, spigen_driver, spigen_devclass, 0, 0);
+MODULE_DEPEND(spigen, spibus, 1, 1, 1);


More information about the svn-src-head mailing list