]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/sni/setup.c
Fix misspellings of "system", "controller", "interrupt" and "necessary".
[linux-2.6-omap-h63xx.git] / arch / mips / sni / setup.c
index 6edbb3051c82cb93d3f51987cf3a43c7f8664b14..e8b26bdee24cf94f353ec2c56a15fbd6848e56e1 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/screen_info.h>
 
 #ifdef CONFIG_ARC
-#include <asm/arc/types.h>
+#include <asm/fw/arc/types.h>
 #include <asm/sgialib.h>
 #endif
 
@@ -106,11 +106,11 @@ static void __devinit quirk_cirrus_ram_size(struct pci_dev *dev)
         * need to do it here, otherwise we get screen corruption
         * on older Cirrus chips
         */
-       pci_read_config_word (dev, PCI_COMMAND, &cmd);
+       pci_read_config_word(dev, PCI_COMMAND, &cmd);
        if ((cmd & (PCI_COMMAND_IO|PCI_COMMAND_MEMORY))
                == (PCI_COMMAND_IO|PCI_COMMAND_MEMORY)) {
-               vga_wseq (NULL, CL_SEQR6, 0x12);        /* unlock all extension registers */
-               vga_wseq (NULL, CL_SEQRF, 0x18);
+               vga_wseq(NULL, CL_SEQR6, 0x12); /* unlock all extension registers */
+               vga_wseq(NULL, CL_SEQRF, 0x18);
        }
 }