From: Jiang Liu Date: Fri, 12 Apr 2013 05:44:25 +0000 (+0000) Subject: PCI: acpiphp: Convert acpiphp to be builtin only, not modular X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6037a803b05eef9943fb64982e19964007fb7478;p=pandora-kernel.git PCI: acpiphp: Convert acpiphp to be builtin only, not modular Convert acpiphp to be builtin only, with no module option. Previously, when HOTPLUG_PCI_ACPI=m, users could disable acpiphp by removing the module or preventing it from loading. That can't be done if acpiphp is builtin statically, so this adds an "acpiphp.disable" kernel parameter. If a user needs to use this parameter, it is a bug, and we want to hear about it. [bhelgaas: fold in acpiphp.disable here, remove documentation] Signed-off-by: Jiang Liu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed