diff options
-rw-r--r-- | sys/arch/macppc/pci/vgafb_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/macppc/pci/vgafb_pci.c b/sys/arch/macppc/pci/vgafb_pci.c index a1994ee5815..3670bcf4692 100644 --- a/sys/arch/macppc/pci/vgafb_pci.c +++ b/sys/arch/macppc/pci/vgafb_pci.c @@ -222,6 +222,6 @@ vgafb_pci_attach(struct device *parent, struct device *self, void *aux) vgafb_wsdisplay_attach(self, vc, console); #if NDRM > 0 - config_found_sm(self, aux, NULL, drmsubmatch); + config_found_sm(self, aux, NULL, vga_drmsubmatch); #endif } |