bk://bk.arm.linux.org.uk/linux-2.6-serial bjorn.helgaas@com.rmk.(none)[rmk]|ChangeSet|20050209211847|30554 bjorn.helgaas # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/02/09 21:18:47+00:00 bjorn.helgaas@com.rmk.(none) # [SERIAL] discover PNP ports before PCI, etc # # Patch from Bjorn Helgaas # # PNP ports tend to be built-in, and discovering them after # PCI ports means the names of the built-in ports can change # if you add or remove PCI ports. # # (And yes, we should look at getting rid of 8250_acpi.c # now that we have PNPACPI, but that's for another patch.) # # Signed-off-by: Bjorn Helgaas # # drivers/serial/Makefile # 2005/02/09 21:14:12+00:00 bjorn.helgaas@com.rmk.(none) +1 -1 # [PATCH] SERIAL: discover PNP ports before PCI, etc # diff -Nru a/drivers/serial/Makefile b/drivers/serial/Makefile --- a/drivers/serial/Makefile 2005-02-09 18:53:19 -08:00 +++ b/drivers/serial/Makefile 2005-02-09 18:53:19 -08:00 @@ -6,9 +6,9 @@ serial-8250-y := serial-8250-$(CONFIG_SERIAL_8250_ACPI) += 8250_acpi.o +serial-8250-$(CONFIG_PNP) += 8250_pnp.o serial-8250-$(CONFIG_GSC) += 8250_gsc.o serial-8250-$(CONFIG_PCI) += 8250_pci.o -serial-8250-$(CONFIG_PNP) += 8250_pnp.o serial-8250-$(CONFIG_HP300) += 8250_hp300.o obj-$(CONFIG_SERIAL_CORE) += serial_core.o