Add missing MODULE_VERSION() and MODULE_DEPEND().

This commit is contained in:
Ian Lepore 2018-06-28 17:07:20 +00:00
parent 240e9dcde1
commit 1bf1d84a53

View File

@ -202,3 +202,5 @@ static driver_t efirtc_driver = {
};
DRIVER_MODULE(efirtc, nexus, efirtc_driver, efirtc_devclass, 0, 0);
MODULE_VERSION(efirtc, 1);
MODULE_DEPEND(efirtc, efirt, 1, 1, 1);