Give the aw_pwm driver a module version.

This commit is contained in:
ian 2019-06-15 21:31:04 +00:00
parent d9fe983ae4
commit dfba695ccf

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);