]> git.neil.brown.name Git - history.git/commitdiff
KAOS pointed out cyber2000fb doesn't build on x86. This changeset
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 14 Apr 2002 21:30:10 +0000 (22:30 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 14 Apr 2002 21:30:10 +0000 (22:30 +0100)
fixes this problem.

drivers/video/cyber2000fb.c

index 887072a50216ead54f47970a36437b5c3c9f53b3..0253344f751a9200b557b426884818afc7af843b 100644 (file)
@@ -1704,8 +1704,8 @@ cyberpro_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
         * Use MCLK from BIOS. FIXME: what about hotplug?
         */
 #ifndef __arm__
-       cfb->mclk_mult = cyber2000_grphr(MCLK_MULT, cfb);
-       cfb->mclk_div  = cyber2000_grphr(MCLK_DIV, cfb);
+       cfb->mclk_mult = cyber2000_grphr(EXT_MCLK_MULT, cfb);
+       cfb->mclk_div  = cyber2000_grphr(EXT_MCLK_DIV, cfb);
 #else
        /*
         * MCLK on the NetWinder and the Shark is fixed at 75MHz