Give the aw_pwm driver a module version.

This commit is contained in:
Ian Lepore 2019-06-15 21:31:04 +00:00
parent 59d8a61ca7
commit 47e17a1b1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349083

View File

@ -381,4 +381,5 @@ static driver_t aw_pwm_driver = {
static devclass_t aw_pwm_devclass;
DRIVER_MODULE(aw_pwm, simplebus, aw_pwm_driver, aw_pwm_devclass, 0, 0);
MODULE_VERSION(aw_pwm, 1);
SIMPLEBUS_PNP_INFO(compat_data);