From: Arthur Demchenkov Date: Tue, 19 May 2015 13:30:50 +0000 (+0300) Subject: usb: make module xhci_hcd removable X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04c846ceaad42f9e37f3626c7e8f457603863f0;p=pandora-kernel.git usb: make module xhci_hcd removable Fixed regression. After commit 29e409f0f761 ("xhci: Allow xHCI drivers to be built as separate modules") the module xhci_hcd became non-removable. That behaviour is not expected and there're no notes about it in commit message. The module should be removable as it blocks PM suspend/resume functions (Debian Bug#666406). Signed-off-by: Arthur Demchenkov Reviewed-by: Andrew Bresticker Cc: # v3.18+ Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed