mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Give the aw_pwm driver a module version.
This commit is contained in:
parent
59d8a61ca7
commit
47e17a1b1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349083
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user