diff options
Diffstat (limited to 'src/drivers/aspeed/ast2050/ast2050.c')
-rw-r--r-- | src/drivers/aspeed/ast2050/ast2050.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c index 5cb7198c29..7ead9a832f 100644 --- a/src/drivers/aspeed/ast2050/ast2050.c +++ b/src/drivers/aspeed/ast2050/ast2050.c @@ -60,6 +60,6 @@ static struct device_operations aspeed_ast2050_ops = { static const struct pci_driver aspeed_ast2050_driver __pci_driver = { .ops = &aspeed_ast2050_ops, - .vendor = PCI_VENDOR_ID_ASPEED, - .device = PCI_DEVICE_ID_ASPEED_AST2050_VGA, + .vendor = PCI_VID_ASPEED, + .device = PCI_DID_ASPEED_AST2050_VGA, }; |