Skip to content

Commit

Permalink
ACPI: remove motherboard driver (redundant with PNP system driver)
Browse files Browse the repository at this point in the history
The PNP system board driver (drivers/pnp/system.c) contains all the
same functionality, so we don't need the ACPI version.

Previously, a motherboard device would be claimed by *both* the ACPI and
PNP drivers, resulting in stuff like this in /proc/ioports:

    1200-121f : motherboard	<-- from drivers/acpi/motherboard.c
      1200-121f : pnp 00:0d	<-- from drivers/pnp/system.c

Make sure to enable CONFIG_PNP (and CONFIG_PNPACPI) to include the
PNP system board driver.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Jan 26, 2007
1 parent 10fccf5 commit 5eca338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 132 deletions.
2 changes: 1 addition & 1 deletion drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif

obj-y += sleep/
obj-y += bus.o glue.o
obj-y += scan.o motherboard.o
obj-y += scan.o
obj-$(CONFIG_ACPI_AC) += ac.o
obj-$(CONFIG_ACPI_BATTERY) += battery.o
obj-$(CONFIG_ACPI_BUTTON) += button.o
Expand Down
131 changes: 0 additions & 131 deletions drivers/acpi/motherboard.c

This file was deleted.

0 comments on commit 5eca338

Please sign in to comment.