]> Git Repo - linux.git/commitdiff
Revert unintentional and bogus change to drivers/pci/quirks.c
authorLinus Torvalds <[email protected]>
Mon, 23 Oct 2006 21:25:30 +0000 (14:25 -0700)
committerLinus Torvalds <[email protected]>
Mon, 23 Oct 2006 21:25:30 +0000 (14:25 -0700)
In commit 4e8a5201506423e0241202de1349422af4260296 ("[PKT_SCHED] netem:
Orphan SKB when adding to queue.") Davem mistakenly also included a
temporary diff in his tree that disabled the pci_fixup_video VGA quirk,
which broke sparc64.

This reverts that part of the commit. Sayeth Davem:

  "Greg KH has a patch coming to you soon which will move that VGA code
   back into x86/x86_64/IA64 specific areas and will fix the sparc64
   problem properly."

Special thanks to Claudio Martins <[email protected]> for noticing the
error in the first place.

Cc: Claudio Martins <[email protected]>
Cc: David Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/pci/quirks.c

index ecf8e4d6b9da5ae32ef2e7540942c8b1266dcc07..e8a7f1b1b2bc4289546066375d1ef4b2e5792217 100644 (file)
@@ -1634,7 +1634,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1
  * is marked here since the boot video device will be the only enabled
  * video device at this point.
  */
-#if 0
+
 static void __devinit fixup_video(struct pci_dev *pdev)
 {
        struct pci_dev *bridge;
@@ -1663,7 +1663,7 @@ static void __devinit fixup_video(struct pci_dev *pdev)
        }
 }
 DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, fixup_video);
-#endif
+
 
 static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_fixup *end)
 {
This page took 0.055623 seconds and 4 git commands to generate.