]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/igafb.c
[SCSI] sym2: fix section mismatch warning
[linux-2.6-omap-h63xx.git] / drivers / video / igafb.c
index eb1a4812ad1d27b471dd61bcfbaac5ba54b2630d..b87ea21d3d78480faeca4bdc5f06d71aea4fe2b6 100644 (file)
@@ -379,10 +379,6 @@ int __init igafb_init(void)
        if (fb_get_options("igafb", NULL))
                return -ENODEV;
 
-        /* Do not attach when we have a serial console. */
-        if (!con_is_present())
-                return -ENXIO;
-
         pdev = pci_get_device(PCI_VENDOR_ID_INTERG,
                                PCI_DEVICE_ID_INTERG_1682, 0);
        if (pdev == NULL) {