summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpieuchot@nolizard.org>2013-07-08 17:46:44 +0200
committerJonathan Gray <jsg@jsg.id.au>2013-08-12 10:45:07 +1000
commit89f880c4f958010912de677168e4a4f48c9c65e9 (patch)
tree26a08d2d06fffe4b0e32f6213e8c21dda0b42f6a
parent0cfa69d8645e0a46642471f80346ddf276271c3c (diff)
rename drmsubmatch to vga_drmsubmatch
-rw-r--r--sys/arch/macppc/pci/vgafb_pci.c2
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
}