usb: make module xhci_hcd removable
authorArthur Demchenkov <spinal.by@gmail.com>
Tue, 19 May 2015 13:30:50 +0000 (16:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 16:23:28 +0000 (09:23 -0700)
commitb04c846ceaad42f9e37f3626c7e8f457603863f0
treed7f68d0aca71ac520ff9799848473cbb7b018b53
parente26081808edadfd257c6c9d81014e3b25e9a6118
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 <spinal.by@gmail.com>
Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
Cc: <stable@vger.kernel.org> # v3.18+
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c