The patch titled PNPACPI: remove EXPERIMENTAL dependency has been removed from the -mm tree. Its filename was pnpacpi-remove-experimental-dependency.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: PNPACPI: remove EXPERIMENTAL dependency From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> PNPACPI is pretty widely used and seems fairly stable, so remove the dependency on EXPERIMENTAL. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Adam Belay <ambx1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pnp/pnpacpi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/pnp/pnpacpi/Kconfig~pnpacpi-remove-experimental-dependency drivers/pnp/pnpacpi/Kconfig --- a/drivers/pnp/pnpacpi/Kconfig~pnpacpi-remove-experimental-dependency +++ a/drivers/pnp/pnpacpi/Kconfig @@ -2,8 +2,8 @@ # Plug and Play ACPI configuration # config PNPACPI - bool "Plug and Play ACPI support (EXPERIMENTAL)" - depends on PNP && ACPI && EXPERIMENTAL + bool "Plug and Play ACPI support" + depends on PNP && ACPI default y ---help--- Linux uses the PNPACPI to autodetect built-in _ Patches currently in -mm which might be from bjorn.helgaas@xxxxxx are git-acpi.patch acpi-updates-rtc-cmos-device-platform_data.patch 2.6-sony_acpi4.patch serial-trivial-code-flow-simplification.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html