Make uniqueifier match the module definition.

This commit is contained in:
Warner Losh 2019-05-24 01:43:29 +00:00
parent a9cefddd40
commit 14b9f06b36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348216

View File

@ -494,7 +494,7 @@ static driver_t aacch_driver = {
static devclass_t aacch_devclass;
DRIVER_MODULE(aacch, pci, aacch_driver, aacch_devclass, NULL, NULL);
MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aac,
MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aacch,
aac_identifiers, nitems(aac_identifiers) - 1);
static int